Array<string>
The output field names for the probability and quantile values.
Default value: ["prob", "value"]
2
, Max items: 2
Array<string>
The data fields to group by. If not specified, a single group containing all data objects will be used.
Array<number>
An array of probabilities in the range (0, 1) for which to compute quantile values. If not specified, the step parameter will be used.
string
number
A probability step size (default 0.01) for sampling quantile values. All values from one-half the step size up to 1 (exclusive) will be sampled. This parameter is only used if the probs parameter is not provided.