IMSL C# Numerical Library

MultipleComparisons.Compute Method 

Performs Student-Newman-Keuls multiple comparisons test.

public 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

MultipleComparisons Class | Imsl.Stat Namespace