Computes empirical quantiles.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public EmpiricalQuantiles(
	double[] x,
	double[] qProp
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double(), _
	qProp As Double() _
)
Visual C++
public:
EmpiricalQuantiles(
	array<double>^ x, 
	array<double>^ qProp
)

Parameters

x
Type: array< System..::.Double >[]()[]
A double array containing the data.
qProp
Type: array< System..::.Double >[]()[]
A double array containing the quantile proportions.

See Also