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