kumulant

ThresholdBucket

@Serializable
@SerialName(value = "ThresholdBucket")
data class ThresholdBucket(val thresholds: List<Double>) : SeriesStatSpec<ThresholdBucketResult> (source)

Spec for ThresholdBucketStat: weighted counts per user-defined value bucket.

Constructors

ThresholdBucket

constructor(thresholds: List<Double>)(source)

Properties

thresholds

Strictly increasing thresholds defining the bucket edges.