| 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected void ReorderRegressionMatrix(
DoubleMatrix regMat,
TwoWayAnovaUnbalancedParameterOrder paramOrder,
TwoWayAnovaUnbalancedParameterSlices paramSlices,
DoubleMatrix reorderedRegmat
)
Protected Sub ReorderRegressionMatrix (
regMat As DoubleMatrix,
paramOrder As TwoWayAnovaUnbalancedParameterOrder,
paramSlices As TwoWayAnovaUnbalancedParameterSlices,
reorderedRegmat As DoubleMatrix
)
protected:
void ReorderRegressionMatrix(
DoubleMatrix^ regMat,
TwoWayAnovaUnbalancedParameterOrder paramOrder,
TwoWayAnovaUnbalancedParameterSlices^ paramSlices,
DoubleMatrix^ reorderedRegmat
)
member ReorderRegressionMatrix :
regMat : DoubleMatrix *
paramOrder : TwoWayAnovaUnbalancedParameterOrder *
paramSlices : TwoWayAnovaUnbalancedParameterSlices *
reorderedRegmat : DoubleMatrix -> unit
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