| Class | Description |
|---|---|
| Max |
The maximum of a sample is the biggest value in the sample.
|
| Min |
The minimum of a sample is the smallest value in the sample.
|
| Quantile |
Quantiles are points taken at regular intervals from the cumulative distribution function (CDF) of a random variable.
|
| Rank |
Rank is a relationship between a set of items such that,
for any two items, the first is either "ranked higher than", "ranked lower than" or "ranked equal to" the second.
|
| Enum | Description |
|---|---|
| Quantile.QuantileType |
the quantile definitions available
|