  | TwoWayAnovaMakeInteractionParameters(Int32) Method | 
            Creates the array of AnovaRegressionInteractionParam objects using the 
            DoubleVector instance variable parameterSumsOfSquares_. The sums of 
            squares for the interaction parameters are assumed to begin at the 
            given index.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxprotected AnovaRegressionInteractionParam[] MakeInteractionParameters(
	int sumOfSquaresIndex
)
Protected Function MakeInteractionParameters ( 
	sumOfSquaresIndex As Integer
) As AnovaRegressionInteractionParam()
protected:
array<AnovaRegressionInteractionParam^>^ MakeInteractionParameters(
	int sumOfSquaresIndex
)
member MakeInteractionParameters : 
        sumOfSquaresIndex : int -> AnovaRegressionInteractionParam[] Parameters
- sumOfSquaresIndex  Int32
 - Index into the DoubleVector parameterSumsOfSquares_
            where the interaction sums of squares start.
 
Return Value
AnovaRegressionInteractionParamArray of AnovaRegressionInteractionParam objects.
See Also