IMSL C# Numerical Library

ANOVA Constructor (Double[][])

Analyzes a one-way classification model.

public ANOVA(
   double[][] y
);

Parameters

y
Two-dimension double array containing the responses.

Remarks

The rows in y correspond to observation groups. Each row of y can contain a different number of observations.

See Also

ANOVA Class | Imsl.Stat Namespace | ANOVA Constructor Overload List