DecayingVarianceResult
@Serializable
@SerialName(value = "DecayingVarianceResult")
Snapshot of an exponentially time-decayed weighted variance at timestampNanos.
Constructors
DecayingVarianceResult
Properties
mean
stdDev
timestampNanos
Wall-clock timestamp (nanoseconds) at which the snapshot was taken.
totalWeights
Effective weight of observations still contributing (decays with time).