ExponentialWeightedAverage

data class ExponentialWeightedAverage(val smoothingFactor: Double = 0.9) : BandwidthEstimationMode

Constructors

Link copied to clipboard
constructor(smoothingFactor: Double = 0.9)

Properties

Link copied to clipboard

The exponential smoothing factor that applies to the average.