com.eignex.kumulant/schema/DecayingSum DecayingSum @Serializable@SerialName(value = "DecayingSum")data class DecayingSum(val weighting: HalfLife) : SeriesStatSpec<DecayingSumResult> (source)Spec for DecayingSumStat: time-decayed running sum with HalfLife weighting. Constructors DecayingSum constructor(weighting: HalfLife)(source) Properties weighting val weighting: HalfLife(source)Half-life schedule applied to past contributions. On this pageConstructorsDecayingSumPropertiesweighting