Returns the empirical quantiles.
A double
array of length qProp.Length
containing the empirical quantiles.
Q[i]
corresponds to the empirical quantile at proportion qProp[i]
. The quantiles are determined by linear interpolation between adjacent ordered sample values.
EmpiricalQuantiles Class | Imsl.Stat Namespace