Definitions
In plain terms
A 50-basis-point radius becomes an exact log-distance through log1p.
Technical
delta = log(1 + eps_bps/10000), and neighbors satisfy d(i,j) <= delta.
Scope
Epsilon limits one neighborhood step, not necessarily a cluster's total lower-to-upper span.
Formula
delta = log(1 + eps_bps / 10000)\delta=\log(1+\frac{\epsilon_{bps}}{10000})| Symbol | Meaning | Unit |
|---|---|---|
eps_bps | basis-point radius | basis points |
Output unit: log-price
Examples
- A reviewer computes Epsilon Basis-Point Radius on a small deterministic fixture and checks timing, units, and boundary behavior before publication.
Common misconceptions
- Epsilon limits one neighborhood step, not necessarily a cluster's total lower-to-upper span.
Concept relationships
Related
Required by
Where this concept is used
Tutorials planned
These catalogued topics use this concept, but their complete build has not shipped yet.
- D08-F01-A03 Important
Evidence and governance
- A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise Ester, Kriegel, Sander, Xu · first party technical publication
Supports: preferred label, short definition, technical definition, formula
Limits: The original paper is not about financial support or resistance; that application is a package design.
- sklearn.cluster.DBSCAN scikit-learn · first party technical publication
Supports: preferred label, short definition, technical definition, formula
Limits: The package implements deterministic one-dimensional DBSCAN directly for Python/TypeScript parity.
- Pine Script pivot techniques TradingView · official platform documentation
Supports: preferred label, short definition, technical definition, formula
Limits: The package freezes its own equality, separation, and OHLC policies rather than claiming one universal pivot definition.
- numpy.log NumPy · first party technical publication
Supports: preferred label, short definition, technical definition, formula
Limits: A log transform requires positive finite prices and does not by itself define a financial level.
- Reviewed by
- fintech-builder-batch-011
- Last reviewed
- 2026-08-09
- Next review
- 2027-08-09
- Record status
- evidence reviewed
This record is evidence-reviewed and readable, but not yet promoted to published — it is served noindex,follow and excluded from the sitemap.
