Click or drag to resize

TwoWayAnovaUnbalancedOrderedLinearRegression Class

Class containing the linear regression object computed from a particular ordering of factor and interaction parameters. Note that a factor parameter or interaction parameters may be absent depending on which type of sum of squares is being computed.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreTwoWayAnovaUnbalancedOrderedLinearRegression

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

The TwoWayAnovaUnbalancedOrderedLinearRegression type exposes the following members.

Constructors
 NameDescription
Public methodTwoWayAnovaUnbalancedOrderedLinearRegressionInitializes a new instance of the TwoWayAnovaUnbalancedOrderedLinearRegression class
Top
Properties
 NameDescription
Public propertyParamSlices Gets and sets the slices into the regression matrix of the factor and interaction variables. Note that a factor parameter or interaction parameters may be absent depending on which type of sum of squares is being computed.
Public propertyRegression Gets and sets the linear regression object for this ordering of factor and interaction parameters.
Top
See Also