Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Explicit

Package version

Properties of an Explicit. Specifies a set of buckets with arbitrary upper-bounds. This defines size(bounds) + 1 (= N) buckets. The boundaries for bucket index i are:

[0, bucket_bounds[i]) for i == 0 [bucket_bounds[i-1], bucket_bounds[i]) for 0 < i < N-1 [bucket_bounds[i-1], +infinity) for i == N-1

Hierarchy

  • Explicit

Index

Properties

Properties

bounds

bounds: number[]

The values must be strictly increasing and > 0.

Generated using TypeDoc