Precomputed compact quantile curve materialized from an underlying :ddskerl.ddsketch/0
collected by the LiveLoad scenario telemetry pipeline.
:valuesis a list of 101 numbers — the quantile function evaluated at 1% intervals from 0.00 to 1.00. Quantile points are listed in the parentLiveLoad.Result:quantile_pointsfield.:countis the number of observations that occured on the sketch.:sumis the total of all observed values, enabling a mean (in the mathematical sense, but also in the coolness sense) calculation viasum / count.
Summary
Types
@type t() :: %LiveLoad.Result.PrecomputedQuantiles{ count: non_neg_integer(), sum: number(), values: [number()] }