QuantileSummaryUtils class
Pre-computed quantile summary for a list of numbers.
Constructors
-
QuantileSummaryUtils(List<
num> values)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
quantile(
double p) → double -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited