Regression Step 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public class RegressionStep
- Inheritance
- Object → RegressionStep
Properties
Adjusted | 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. |
Variable | Gets the index of the variable that was operated on. |
Variable | Gets the name of the variable that was operated on. |
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |