RanksGetTukeyScores Method |
Gets the Tukey version of normal scores for each observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetTukeyScores(
double[] x
)
Public Function GetTukeyScores (
x As Double()
) As Double()
public:
array<double>^ GetTukeyScores(
array<double>^ x
)
member GetTukeyScores :
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 Tukey version of normal
scores for each observation in x.
See Also