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

# Functions

NewEWMA returns a EWMA object which can calculate EWMA of a series of data gradually added to it.

# Constants

DefaultWeightingFactor is the default smoothing factor α The value 0.875 is used in TCP RTT estimation.

# Structs

EWMA is the class to calculate exponentially weighted moving average of a series of data.