IMSL C# Numerical Library

Ranks.GetBlomScores Method 

Gets the Blom version of normal scores for each observation.

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

Parameters

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

Return Value

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

See Also

Ranks Class | Imsl.Stat Namespace