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