IMSL C# Numerical Library

Ranks.GetRanks Method 

Gets the rank for each observation.

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

Parameters

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

Return Value

A double array which contains the rank for each observation in x.

See Also

Ranks Class | Imsl.Stat Namespace