RegressionStep Class

Represents information about a step in a stepwise regression.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public class RegressionStep
Inheritance
Object  →  RegressionStep

Properties

AdjustedRSquared Gets the adjusted R Squared value of the model after completion of the step.
Operation Gets the operation performed in the step.
RSquared Gets the R Squared value of the model after completion of the step.
Value Gets the p-value or statistic corresponding to the variable that was operated on.
VariableIndex Gets the index of the variable that was operated on.
VariableName Gets the name of the variable that was operated on.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also