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

Syntax

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