EmpiricalQuantilesGetQ Method |
Returns the empirical quantiles.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function GetQ As Double()
public:
array<double>^ GetQ()
member GetQ : unit -> float[]
Return Value
Type:
Double
A
double array of length
qProp.Length containing the
empirical quantiles.
Remarks Q[i] corresponds to the empirical quantile at
proportion qProp[i]. The quantiles are determined by
linear interpolation between adjacent ordered sample values.
See Also