Click or drag to resize
ANOVA Constructor (Double)
Analyzes a one-way classification model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ANOVA(
	double[][] y
)

Parameters

y
Type: SystemDouble
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