| TwoWayAnovaBaseComputeFactorSumsOfSquares(LinearRegression, Int32, Int32, Int32) 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(
LinearRegression lr,
int numFirstFactors,
int numSecondFactors,
int numThirdFactors
)
Protected Overridable Function ComputeFactorSumsOfSquares (
lr As LinearRegression,
numFirstFactors As Integer,
numSecondFactors As Integer,
numThirdFactors As Integer
) As DoubleVector
protected:
virtual DoubleVector^ ComputeFactorSumsOfSquares(
LinearRegression^ lr,
int numFirstFactors,
int numSecondFactors,
int numThirdFactors
)
abstract ComputeFactorSumsOfSquares :
lr : LinearRegression *
numFirstFactors : int *
numSecondFactors : int *
numThirdFactors : int -> DoubleVector
override ComputeFactorSumsOfSquares :
lr : LinearRegression *
numFirstFactors : int *
numSecondFactors : int *
numThirdFactors : int -> DoubleVector
Parameters
- lr LinearRegression
- A linear regression.
- numFirstFactors Int32
- Number of first factors.
- numSecondFactors Int32
- Number of second factors.
- numThirdFactors Int32
- Number of third factors.
Return Value
DoubleVectorSee Also