Module kolmogorov_smirnov::ecdf [] [src]

Empirical cumulative distribution function.

Structs

Ecdf

Functions

ecdf

Calculate a one-time value of the empirical cumulative distribution function for a given sample.

percentile

Calculate a one-time percentile for a given sample using the Nearest Rank method and Quick Select.