IMSL C# Numerical Library

EmpiricalQuantiles.GetXHi Method 

Returns the smallest element of x greater than or equal to the desired quantile.

public double[] GetXHi();

Return Value

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

See Also

EmpiricalQuantiles Class | Imsl.Stat Namespace