Click or drag to resize

TwoWayAnovaUnbalancedGetFactorSumOfSquares Method

For a given parameter order, retrives the sum of squares for the regression parameters associated with the last factor, or interaction, in the order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected void GetFactorSumOfSquares(
	TwoWayAnovaUnbalancedParameterSlices paramSlices,
	DoubleVector parameterSumOfSquares,
	out Tuple<Factor, DoubleVector> factandSSpair,
	out DoubleVector interactionSS
)

Parameters

paramSlices  TwoWayAnovaUnbalancedParameterSlices
The location of the columns in the input sum of squares array parameterSumOfSquares of the sums of squares for the factor and interaction regression parameters.
parameterSumOfSquares  DoubleVector
The sum of squares for the factor and interaction regression parameters.
factandSSpair  TupleFactor, DoubleVector
On output contains pair where the first item is the factor and the second is its sum of squares.
interactionSS  DoubleVector
The interaction regression parameters sum of squares if the there are interaction parameters.
See Also