Click or drag to resize

RegressionBase Methods

The RegressionBase type exposes the following members.

Methods
 NameDescription
Public methodAddInterceptParameter Adds an intercept parameter to the model and recalculates the model parameters.
Public methodAddObservation Adds the given observation to the model, and recalculates the model parameters.
Public methodAddObservations Adds the given observations to the model, and recalculates the model parameters.
Public methodAddPredictor Adds a predictor to the model, and recalculates the model parameters.
Public methodAddPredictors Adds predictors to the model, and recalculates the model parameters.
Protected methodStatic memberFirstColumnIsAllOnes(DFNumericColumn) Checks if the given numeric column contains all 1's
Public methodStatic memberFirstColumnIsAllOnes(DoubleMatrix) Convienence method for determining if the first column of a matrix is all ones.
Protected methodStatic memberFirstColumnIsAllOnes(DoubleVector) Determine if the vector is all 1's
Public methodRecalculateParameters Recalculates the model parameters.
Public methodRemoveInterceptParameter Removes the intercept parameter from the model, and recalculates the model parameters.
Public methodRemoveObservation Removes the row at the indicated index from the predictor matrix and the corresponding element from the observation vector, and recalculates the model parameters.
Public methodRemoveObservations Removes the specified rows from the predictor matrix, and recalculates the model parameters.
Public methodRemovePredictor Removes the specified predictor from the model, and recalculates the model parameters.
Public methodCode exampleRemovePredictors Removes the specified predictors from the model, and recalculates the model parameters.
Top
See Also