Click or drag to resize
RanksGetSavageScores Method
Gets the Savage scores. (the expected value of exponential order statistics)

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

Parameters

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

Return Value

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