Options
All
  • Public
  • Public/Protected
  • All
Menu

The mapping interface is used by the exponential histogram to determine where to bucket values. The interface is implemented by ExponentMapping, used for scales [-10, 0] and LogarithmMapping, used for scales [1, 20].

Hierarchy

  • Mapping

Index

Accessors

  • get scale(): number

Methods

  • lowerBoundary(index: number): number
  • mapToIndex(value: number): number

Generated using TypeDoc