SketchResult
@Serializable
@SerialName(value = "SketchResult")
DDSketch snapshot: logarithmic bins plus precomputed quantiles for probabilities.
Properties
Link copied to clipboard
Negative-side bin counts keyed by signed log-bucket index.
Link copied to clipboard
Positive-side bin counts keyed by signed log-bucket index.
Link copied to clipboard
Probabilities at which quantiles are evaluated; parallel to quantiles.
Link copied to clipboard
Estimated quantile values, parallel to probabilities.
Link copied to clipboard
Cumulative observation weight folded in.
Functions
Link copied to clipboard
Project a SketchResult into a SparseHistogramResult by expanding its bin indices to bucket boundaries.
SketchResult
gamma
negativeBins
Negative-side bin counts keyed by signed log-bucket index.
positiveBins
Positive-side bin counts keyed by signed log-bucket index.
probabilities
Probabilities at which quantiles are evaluated; parallel to quantiles.
quantiles
Estimated quantile values, parallel to probabilities.
totalWeights
Cumulative observation weight folded in.