IMSL C# Numerical Library

ANOVA.GetDunnSidak Method 

Computes the confidence intervals on i-th mean - j-th mean using the Dunn-Sidak method.

public double GetDunnSidak(
   int i,
   int j
);

Parameters

i
An int indicating the i-th mean, \mu_i.
j
An int containing the j-th mean \mu_j.

Return Value

The confidence intervals on i-th mean - j-th mean using the Dunn-Sidak method.

See Also

ANOVA Class | Imsl.Stat Namespace