You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Structs, Records, Enums > Dew.Stats.TStepwiseMethod Enumeration
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Dew.Stats.TStepwiseMethod Enumeration

Stepwise regression optimization algorithm.

Syntax
C#
Visual Basic
public enum TStepwiseMethod : uint { swForward, swBackward, swExhaustive, swStepwise }

Regress.cs

Members 
Description 
swForward 
Additional variables will be included in to the existing model, if the quality criteria is improved. 
swBackward 
Additional variables will be excluded from the existing model, if the quality criteria is improved. 
swExhaustive 
All variable combinations will be computed and the set with best result (according to the criteria) will be selected. This method allows maximum 15 variables. Variable count of more than 15 can quickly result in unresonably large memory and CPU requirements which increases by 2x for each additional variable. 
swStepwise 
Perform a single regression step, show the result with statistics and allow the user to modify the list of included variables before the next run. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!