Root definitions

QuantileTransform

Permalink

Properties

as

Array<string>

The output field names for the probability and quantile values.

Default value: ["prob", "value"]

Min items: 2, Max items: 2
groupby

Array<string>

The data fields to group by. If not specified, a single group containing all data objects will be used.

probs

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.

quantile Required

string

step

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.

Loading...

Editor and Validator