kumulant

DecayingMean

@Serializable
@SerialName(value = "DecayingMean")
data class DecayingMean(val weighting: HalfLife) : SeriesStatSpec<DecayingMeanResult> (source)

Spec for DecayingMeanStat: time-decayed running mean with HalfLife weighting.

Constructors

DecayingMean

constructor(weighting: HalfLife)(source)

Properties

weighting

Half-life schedule applied to past contributions.