IMSL C# Numerical Library

Ranks.GetVanDerWaerdenScores Method 

Gets the Van der Waerden version of normal scores for each observation.

public double[] GetVanDerWaerdenScores(
   double[] x
);

Parameters

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

Return Value

A double array which contains the Van der Waerden version of normal scores for each observation in x.

See Also

Ranks Class | Imsl.Stat Namespace