Builds the multiple linear regression models using forward selection, backward selection, or stepwise selection.
Exception Type | Condition |
---|---|
NoVariablesEnteredException | is thrown if no variables entered the model. All elements of the ANOVA table are set to NaN
|
CyclingIsOccurringException | is thrown if cycling occurs |
StepwiseRegression Class | Imsl.Stat Namespace