Gets the Tukey version of normal scores for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetTukeyScores(
	double[] x
)
Visual Basic (Declaration)
Public Function GetTukeyScores ( _
	x As Double() _
) As Double()
Visual C++
public:
array<double>^ GetTukeyScores(
	array<double>^ x
)

Parameters

x
Type: array< System..::.Double >[]()[]
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