Click or drag to resize
EmpiricalQuantiles Constructor
Computes empirical quantiles.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public EmpiricalQuantiles(
	double[] x,
	double[] qProp
)

Parameters

x
Type: SystemDouble
A double array containing the data.
qProp
Type: SystemDouble
A double array containing the quantile proportions.
See Also