Click or drag to resize
MultipleComparisonsCompute Method
Performs Student-Newman-Keuls multiple comparisons test.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int[] Compute()

Return Value

Type: Int32
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