Click or drag to resize
EmpiricalQuantilesGetXLo Method
Returns the largest element of x less than or equal to the desired quantile.

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

Return Value

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