IMSL C# Numerical Library

EmpiricalQuantiles.GetXLo Method 

Returns the largest element of x less than or equal to the desired quantile.

public double[] GetXLo();

Return Value

A double array of length qProp.Length containing the largest element of x less than or equal to the desired quantile.

See Also

EmpiricalQuantiles Class | Imsl.Stat Namespace