Click or drag to resize
RanksGetVanDerWaerdenScores Method
Gets the Van der Waerden version of normal scores for each observation.

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

Parameters

x
Type: SystemDouble
A double array which contains the observations to be ranked.

Return Value

Type: Double
A double array which contains the Van der Waerden version of normal scores for each observation in x.
See Also