Performs Student-Newman-Keuls multiple comparisons test.

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

Syntax

C#
[SerializableAttribute]
public class MultipleComparisons
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MultipleComparisons
Visual C++
[SerializableAttribute]
public ref class MultipleComparisons

Remarks

Class MultipleComparisons performs a multiple comparison analysis of means using the Student-Newman-Keuls method. The null hypothesis is equality of all possible ordered subsets of a set of means. This null hypothesis is tested using the Studentized range of each of the corresponding subsets of sample means. The method is discussed in many elementary statistics texts, e.g., Kirk (1982, pp. 123-125).

Inheritance Hierarchy

System..::.Object
Imsl.Stat..::.MultipleComparisons

See Also