Click or drag to resize
RanksGetNormalScores Method
Gets the expected value of normal order statistics (for tied observations, the average of the expected normal scores).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetNormalScores(
	double[] x
)

Parameters

x
Type: SystemDouble
A double array which contains the observations.

Return Value

Type: Double
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