Gets the Blom version of normal scores for each observation.

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

Syntax

C#
public double[] GetBlomScores(
	double[] x
)
Visual Basic (Declaration)
Public Function GetBlomScores ( _
	x As Double() _
) As Double()
Visual C++
public:
array<double>^ GetBlomScores(
	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 Blom version of normal scores for each observation in x.

See Also