You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Classes > TMtxStepwiseReg Class
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
TMtxStepwiseReg Class

Stepwise regression is an optimization aglorithm aiming to improve the quality of the multiple linear regression by excluding noisy variables.

Dew_Stats_TMtxStepwiseReg
Syntax
C#
Visual Basic
public class TMtxStepwiseReg : TMtxComponent;

StatTools.cs

For models with less than 15 variables, the exhaustive search is the recommended method. Alternatively it is possible to perform "backward search" by starting with all and removing one by one or "forward search" by starting with none and adding one by one variable. Both backward and forward search can have selected variables already pre-included (or pre-excluded). Single step mode allows the user to manually include or exclude individual variables from the model after each step.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!