Click or drag to resize

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

Constructs a TwoAnovaUnbalancedTable.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TwoWayAnovaUnbalancedTable(
	Tuple<Factor, DoubleVector> factorAandSumSquares,
	Tuple<Factor, DoubleVector> factorBandSumSquares,
	DoubleVector interactionSumOfSquares,
	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.
interactionSumOfSquares  DoubleVector
The sum of squares associated with the interaction factors.
coefficientOrder  TwoWayAnovaUnbalancedParameterOrder
The order in which the sums of squares were computed.
lrAnova  LinearRegressionAnova
The linear regression ANOVA for the ANOVA regression.
See Also