RanksGetSavageScores Method |
Gets the Savage scores. (the expected value of exponential order statistics)
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetSavageScores(
double[] x
)
Public Function GetSavageScores (
x As Double()
) As Double()
public:
array<double>^ GetSavageScores(
array<double>^ x
)
member GetSavageScores :
x : float[] -> float[]
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