ANOVA Constructor (Double) |
Analyzes a one-way classification model.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ANOVA(
double[][] y
)
Public Sub New (
y As Double()()
)
public:
ANOVA(
array<array<double>^>^ y
)
new :
y : float[][] -> ANOVA
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