Click or drag to resize
StepwiseRegressionCompute Method
Builds the multiple linear regression models using forward selection, backward selection, or stepwise selection.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void Compute()
Exceptions
ExceptionCondition
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