IMSL C# Numerical Library

MultipleComparisons Class

Performs Student-Newman-Keuls multiple comparisons test.

For a list of all members of this type, see MultipleComparisons Members.

System.Object
   Imsl.Stat.MultipleComparisons

public class MultipleComparisons

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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).

Requirements

Namespace: Imsl.Stat

Assembly: ImslCS (in ImslCS.dll)

See Also

MultipleComparisons Members | Imsl.Stat Namespace | Example