Module ecdf

Source
Expand description

Empirical cumulative distribution function.

Structs§

Ecdf

Functions§

ecdf
Calculate a one-time value of the empirical cumulative distribution function for a given sample.
p
Calculate a one-time proportion for a given sample using the Nearest Rank method and Quick Select.
percentile
Calculate a one-time percentile for a given sample using the Nearest Rank method and Quick Select.
rank
Calculate a one-time rank for a given sample using Quick Select.