com.eignex.kumulant/schema/EwmaMean EwmaMean @Serializable@SerialName(value = "EwmaMean")data class EwmaMean(val weighting: Alpha) : SeriesStatSpec<WeightedMeanResult> (source)Spec for EwmaMeanStat: exponentially-weighted moving average with per-observation Alpha. Constructors EwmaMean constructor(weighting: Alpha)(source) Properties weighting val weighting: Alpha(source)Per-observation smoothing factor. On this pageConstructorsEwmaMeanPropertiesweighting