EmpiricalQuantiles Constructor |
Computes empirical quantiles.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public EmpiricalQuantiles(
double[] x,
double[] qProp
)
Public Sub New (
x As Double(),
qProp As Double()
)
public:
EmpiricalQuantiles(
array<double>^ x,
array<double>^ qProp
)
new :
x : float[] *
qProp : float[] -> EmpiricalQuantiles
Parameters
- x
- Type: SystemDouble
A double array containing the data.
- qProp
- Type: SystemDouble
A double array containing the quantile proportions.
See Also