package
2.1.0-alpha.1+incompatible
Repository: https://github.com/gitql/vitess.git
Documentation: pkg.go.dev

# Functions

NewEstimator initializes an Estimator object with given capacity and EWMA weightingFactor.

# Constants

DefaultCapacity is the default maximum number of records that can be present in Estimator.

# Structs

Estimator calculates the EWMA of all historical values associated with a key.