IMSL C# Numerical Library

MultipleComparisons Constructor 

Constructor for MultipleComparisons.

public MultipleComparisons(
   double[] means,
   int df,
   double stdError
);

Parameters

means
A double array containing the means.
df
A int scalar containing the degrees of freedom associated with stdError.
stdError
A double scalar containing the effective estimated standard error of a mean.

Remarks

In fixed effects models, stdError equals the estimated standard error of a mean. For example, in a one-way model {\rm {stdError}} = \sqrt {s^2 / n} where s^2 is the estimate of \sigma^2 and n is the number of responses in a sample mean. In models with random components, use {\rm {stdError}} = {\rm {sedif}} / \sqrt {2} where sedif is the estimated standard error of the difference of two means.

See Also

MultipleComparisons Class | Imsl.Stat Namespace