Click or drag to resize

OneWayRanova(DoubleMatrix) Constructor

Constructs a OneWayRanova instance from data in the given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneWayRanova(
	DoubleMatrix data
)

Parameters

data  DoubleMatrix
A matrix. Each row of the matrix contains the data for an individual subject. There should be one column for each treatment.
Remarks
Rows with missing values (NaNs) are ignored.
See Also