RanksGetBlomScores Method |
Gets the Blom version of normal scores for each observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetBlomScores(
double[] x
)
Public Function GetBlomScores (
x As Double()
) As Double()
public:
array<double>^ GetBlomScores(
array<double>^ x
)
member GetBlomScores :
x : float[] -> float[]
Parameters
- x
- Type: SystemDouble
A double array which contains the observations to be ranked.
Return Value
Type:
Double
A
double array which contains the Blom version of normal
scores for each observation in x.
See Also