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.0.0

Syntax

C#
public double[] GetXLo()
Visual Basic (Declaration)
Public Function GetXLo As Double()
Visual C++
public:
array<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