Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference

Skip Navigation LinksHome»Documentation»Reference»Extreme.Statistics»StepwiseOptions Class

StepwiseOptions Class

Extreme Optimization Numerical Libraries for .NET Professional
Specifies options for stepwise regression calculations.
Inheritance Hierarchy

SystemObject
  Extreme.StatisticsStepwiseOptions

Namespace:  Extreme.Statistics
Assembly:  Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Syntax

C#
VB
C++
F#
Copy
public class StepwiseOptions
Public Class StepwiseOptions
public ref class StepwiseOptions
type StepwiseOptions =  class end

The StepwiseOptions type exposes the following members.

Constructors

  NameDescription
Public methodStepwiseOptions
Initializes a new instance of the StepwiseOptions class
Top
Properties

  NameDescription
Public propertyCriterion
Gets or sets whether the thresholds are specified as statistic values or as p-values.
Public propertyFixedVariables
Gets the collection of variables that are always included in the regression model.
Public propertyMethod
Gets or sets the method used to add and remove variables from the model.
Public propertyToEnterPValueThreshold
Gets or sets the minimum significance level needed to allow a variable to enter the model.
Public propertyToEnterStatisticThreshold
Gets or sets the critical value for the statistic needed to allow a variable to enter the model.
Public propertyToRemovePValueThreshold
Gets or sets the maximum significance level needed to consider a variable for removal from the model.
Public propertyToRemoveStatisticThreshold
Gets or sets the critical value for the statistic to cause a variable to be removed from the model.
Top
Methods

  NameDescription
Public methodAddFixedVariable
Forces a variable to always be included in the model.
Public methodAddFixedVariables
Forces a set of variables to always be included in the model.
Public methodClearFixedVariables
Clears the list of variables that should always be included in the model.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetFixedVariables
Sets the list of variables that should always be included in the model.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Use the StepwiseOptions class to specify in detail how a stepwise regression should be performed. An object of this type can be assigned to the StepwiseOptions property.

See Also

Reference

Extreme.Statistics Namespace

Copyright (c) 2004-2023 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2023, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.