Click or drag to resize
EmpiricalQuantilesGetXHi Method
Returns the smallest element of x greater than or equal to the desired quantile.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetXHi()

Return Value

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