Click or drag to resize

TwoWayAnovaUnbalancedReorderRegressionMatrix Method

For a give parameter order reorders the columns of the input regression matrix so that the the columns corresponding to the parameters are in the order specified by the parameter order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected void ReorderRegressionMatrix(
	DoubleMatrix regMat,
	TwoWayAnovaUnbalancedParameterOrder paramOrder,
	TwoWayAnovaUnbalancedParameterSlices paramSlices,
	DoubleMatrix reorderedRegmat
)

Parameters

regMat  DoubleMatrix
Regression matrix.
paramOrder  TwoWayAnovaUnbalancedParameterOrder
Desired parameter order.
paramSlices  TwoWayAnovaUnbalancedParameterSlices
Location of columns for parameters in the input regression matrix.
reorderedRegmat  DoubleMatrix
Regression matrix with colums for the parameters in the locations specified by the paramOrder parameter.
See Also