Regression Step Class
Represents information about a step in a stepwise regression.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |