Performs Student-Newman-Keuls multiple comparisons test.

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

Syntax

C#
public int[] Compute()
Visual Basic (Declaration)
Public Function Compute As Integer()
Visual C++
public:
array<int>^ Compute()

Return Value

A int array , call it equalMeans, indicating the size of the groups of means declared to be equal.

Remarks

Value equalMeans[I] = J indicates the I-th smallest mean and the next J-1 larger means are declared equal. Value equalMeans[I] = 0 indicates no group of means starts with the I-th smallest mean.

See Also