kumulant

operation

Types

Link copied to clipboard
@Serializable
@SerialName(value = "BandResult")
data class BandResult(val center: Double, val scale: Double, val k: Double, val lower: Double, val upper: Double) : Result

Center plus a configurable multiple of scale, derived from any HasCenterScale result via the BandSeries spec. The band wrapper forwards update / reset / create to the inner stat and projects read into this BandResult.