Gets the Savage scores. (the expected value of exponential order statistics)

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

Syntax

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

Parameters

x
Type: array< System..::.Double >[]()[]
A double array which contains the observations.

Return Value

A double array which contains the Savage scores for the observations in x. (the expected value of exponential order statistics)

See Also