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.0.0
Syntax
C# |
---|
public virtual void Compute() |
Visual Basic (Declaration) |
---|
Public Overridable Sub Compute |
Visual C++ |
---|
public: virtual void Compute() |
Exceptions
Exception | Condition |
---|---|
Imsl.Stat..::.NoVariablesEnteredException | is thrown if no variables entered the model. All elements of the ANOVA table are set to NaN |
Imsl.Stat..::.CyclingIsOccurringException | is thrown if cycling occurs |