| Name | Description |
---|
| QuantileRankFunc(IEnumerableDouble, RankDefinition) |
Estimates the quantile tau from the provided samples.
The tau-th quantile is the data value where the cumulative distribution
function crosses tau. The quantile definition can be specified to be compatible
with an existing system.
|
| QuantileRankFunc(IEnumerableNullableDouble, RankDefinition) |
Estimates the quantile tau from the provided samples.
The tau-th quantile is the data value where the cumulative distribution
function crosses tau. The quantile definition can be specified to be compatible
with an existing system.
|
| QuantileRankFunc(IEnumerableSingle, RankDefinition) |
Estimates the quantile tau from the provided samples.
The tau-th quantile is the data value where the cumulative distribution
function crosses tau. The quantile definition can be specified to be compatible
with an existing system.
|