QuantileFilterResult
@Serializable
@SerialName(value = "QuantileFilterResult")
Snapshot from QuantileFilterStat: the running probability-quantile of the input stream plus the helper score that flags an observation as anomalous when it exceeds that quantile.
QuantileFilterResult
probability
Probability at which the threshold is evaluated, in (0, 1).
score
threshold
totalWeights
Cumulative observation weight folded into the underlying sketch.