| TwoWayAnovaBaseComputeFactorSumsOfSquares(DoubleMatrix) Method |
Fill in the DoubleVector parameterSumsOfSquares_ with the sums of
squares for the parameters used in the regression that is used to
compute the ANOVA.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected virtual DoubleVector ComputeFactorSumsOfSquares(
DoubleMatrix regressionMatrix
)
Protected Overridable Function ComputeFactorSumsOfSquares (
regressionMatrix As DoubleMatrix
) As DoubleVector
protected:
virtual DoubleVector^ ComputeFactorSumsOfSquares(
DoubleMatrix^ regressionMatrix
)
abstract ComputeFactorSumsOfSquares :
regressionMatrix : DoubleMatrix -> DoubleVector
override ComputeFactorSumsOfSquares :
regressionMatrix : DoubleMatrix -> DoubleVector
Parameters
- regressionMatrix DoubleMatrix
- A regression matrix.
Return Value
DoubleVectorSee Also