Click or drag to resize

TwoWayAnovaUnbalancedComputeBalancedAnova Method

Computes the ANOVA in the case that the design is acutally balanced. This can greatly increase performance if an unbalanced ANOVA class is used to perform an ANOVA on a data set that is in fact balanced (same number of observations in each cell).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected void ComputeBalancedAnova(
	DataFrame data,
	int factorAColIndex,
	int factorBColIndex,
	int dataColIndex
)

Parameters

data  DataFrame
DataFrame containing the data.
factorAColIndex  Int32
The index of the column containing the values for Factor A.
factorBColIndex  Int32
The index of the column containing the values for the Factor B.
dataColIndex  Int32
The index of the column containing the observation values.
See Also