Click or drag to resize

RegressionBase Properties

The RegressionBase type exposes the following members.

Properties
 NameDescription
Public propertyColumnResizeIncrement Gets and sets the amount by which the regression matrix is resized if columns are added.
Public propertyHasInterceptParameter Returns true if the model has an intercept parameter; otherwise, false.
Public propertyIntercept Gets the intercept.
Public propertyIsGood Returns true if the model parameters were successfuly computed; otherwise, false.
Public propertyNumberOfObservations Gets the number of observations.
Public propertyNumberOfParameters Gets the number of parameters in the model.
Public propertyNumberOfPredictors Gets the number of predictors.
Public propertyObservations Gets the vector of observations.
Public propertyParameterCalculationErrorMessage Gets the error message associated with a failed parameter calculation.
Public propertyParameters Gets the computed model parameters.
Public propertyPredictorMatrix Gets the predictor matrix.
Public propertyRegressionMatrix Gets the regression matrix.
Public propertyRowResizeIncrement Gets and sets the amount by which the regression matrix is resized if rows are added.
Top
See Also