Click or drag to resize

TwoWayAnovaUnbalancedParameterSlices Class

As long as the dummy regression parameters are the same, we may use the same regression matrix to compute the various marginal sums of squares. Since the dummy variables for a given factor, or the interaction parameters, will always be contiguous columns in the regression matrix, their location can be specified with slices. The ParameterSlices class specifies the slices where factor A, factor B, and interaction dummy variables are located in the regression matrix. The following terminology is used throughout: Regression matrix - the matrix of regression parameters include the intercept parameter, which is expressed as a leading column of 1's in the matrix. Predictor matrix - The matrix of regression parameters excluding the intercept parameter. Thus regression parameters start at column 1 in the regression matrix and column 0 in the predictor matrix.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreTwoWayAnovaUnbalancedParameterSlices

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class ParameterSlices

The TwoWayAnovaUnbalancedParameterSlices type exposes the following members.

Constructors
 NameDescription
Public methodTwoWayAnovaUnbalancedParameterSlicesInitializes a new instance of the TwoWayAnovaUnbalancedParameterSlices class
Top
Properties
 NameDescription
Public propertyFactorAPredictorMatStartCol Gests the starting column in the predictor matrix for factor A dummy parameters.
Public propertyFactorApredictorSlice Gets and sets the a slice indicating the location of the dummy regression parameters for factor A in the predictor matrix.
Public propertyFactorAregressionSlice Gets and sets the a slice indicating the location of the dummy regression parameters for factor A in the regression matrix.
Public propertyFactorAstartCol Gests the starting column in the regression matrix for factor A dummy parameters.
Public propertyFactorBPredictorMatStartCol Gests the starting column in the predictor matrix for factor B dummy parameters.
Public propertyFactorBpredictorSlice Gets and sets the a slice indicating the location of the dummy regression parameters for factor B in the predictor matrix.
Public propertyFactorBregressionSlice Gets and sets the a slice indicating the location of the dummy regression parameters for factor B in the regression matrix.
Public propertyFactorBstartCol Gests the starting column in the regression matrix for factor B dummy parameters.
Public propertyHasFactorAparams Gets an sets a variable indicating whether or not there regression parameters for factor A in the model.
Public propertyHasFactorBparams Gets an sets a variable indicating whether or not there regression parameters for factor B in the model.
Public propertyHasInteractionParams Gets an sets a variable indicating whether or not there regression parameters for interaction in the model.
Public propertyInteractionPredictorMatStartCol Gests the starting column in the predictor matrix for interaction dummy parameters.
Public propertyInteractionPredictorSlice Gets and sets the a slice indicating the location of the dummy regression parameters for interaction in the predictor matrix.
Public propertyInteractionRegressionSlice Gets and sets the a slice indicating the location of the dummy regression parameters for interaction in the regression matrix.
Public propertyInteractionStartCol Gests the starting column in the regression matrix for interaction dummy parameters.
Public propertyNumFactorAparams Gets the number of dummy parameters for factor A.
Public propertyNumFactorBparams Gets the number of dummy parameters for factor B.
Public propertyNumInteractionParams Gets the number of dummy parameters for interaction.
Public propertyParamOrder Gets and sets the ordering of regression parameters in the model.
Top
See Also