EmpiricalQuantilesGetXHi Method |
Returns the smallest element of x greater than or equal to the desired quantile.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function GetXHi As Double()
public:
array<double>^ GetXHi()
member GetXHi : unit -> float[]
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