This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.StatisticsLinearModelsLinearRegressionResults
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Top
Top
Top
Inheritance Hierarchy
Mathos.StatisticsLinearModelsLinearRegressionResults
Namespace: Mathos.Statistics
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The LinearModelsLinearRegressionResults type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LinearModelsLinearRegressionResults | Initializes a new instance of the LinearModelsLinearRegressionResults class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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 a hash function for a particular type. (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.) | |
| Predict(ListDecimal) |
Predicts the y-term given a list of x values.
| |
| Predict(Decimal) |
Predicts the y-term given an x value.
| |
| ToString | (Overrides ObjectToString.) |
Extension Methods
| Name | Description | |
|---|---|---|
| From(Enum) | Overloaded. (Defined by Converter.) | |
| From(Base) | Overloaded. (Defined by Converter.) |
Fields
| Name | Description | |
|---|---|---|
| B |
Regression coefficient
| |
| Intercept |
Intercept for the linear regression model
| |
| R |
R value for this model
| |
| R2 |
R-square value for this model
|
See Also