IMSL C# Numerical Library

Ranks.GetNormalScores Method 

Gets the expected value of normal order statistics (for tied observations, the average of the expected normal scores).

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

Parameters

x
A double array which contains the observations.

Return Value

A double array which contains the expected value of normal order statistics for the observations in x.

Remarks

For tied observations GetNormalScores returns an average of the expected normal scores.

See Also

Ranks Class | Imsl.Stat Namespace