Versions in this module Expand all Collapse all v0 v0.1.0 May 12, 2026 Changes in this version + func LogBucket(v int64) int + type BucketFn func(int64) int + func LinearBucket(bandSize int64) BucketFn + func ManualBucket(breakpoints []int64) BucketFn + type HysteresisBucket struct + Band float64 + Inner BucketFn + func (h HysteresisBucket) Apply(prev int, v int64) int + type Transition struct + Changed bool + NewBucket int + OldBucket int + func Detect(bf BucketFn, oldV, newV int64) Transition