IMSL C# Numerical Library

StepwiseRegression.Compute Method 

Builds the multiple linear regression models using forward selection, backward selection, or stepwise selection.

public virtual void Compute();

Exceptions

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

See Also

StepwiseRegression Class | Imsl.Stat Namespace