Click or drag to resize

TwoWayAnovaUnbalancedTable(TupleFactor, DoubleVector, TupleFactor, DoubleVector, TwoWayAnovaUnbalancedParameterOrder, LinearRegressionAnova) Constructor

Constructs a TwoAnovaUnbalancedTable when there are no interaction parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TwoWayAnovaUnbalancedTable(
	Tuple<Factor, DoubleVector> factorAandSumSquares,
	Tuple<Factor, DoubleVector> factorBandSumSquares,
	TwoWayAnovaUnbalancedParameterOrder coefficientOrder,
	LinearRegressionAnova lrAnova
)

Parameters

factorAandSumSquares  TupleFactor, DoubleVector
A tuple containing the Factor object for one of the factors and its associated sum of squares. There is a sum of squares for each of the n - 1 regression parameters associated with the factor, where n is the number of levels for the factor.
factorBandSumSquares  TupleFactor, DoubleVector
A tuple containing the Factor object for one of the factors and its associated sum of squares. There is a sum of squares for each of the n - 1 regression parameters associated with the factor, where n is the number of levels for the factor.
coefficientOrder  TwoWayAnovaUnbalancedParameterOrder
The order in which the sums of squares were computed.
lrAnova  LinearRegressionAnova
The linear regression ANOVA for the ANOVA regression.
See Also