IMSL C# Numerical Library

Ranks.GetTukeyScores Method 

Gets the Tukey version of normal scores for each observation.

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

Parameters

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

Return Value

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

See Also

Ranks Class | Imsl.Stat Namespace