Regression |
The RegressionComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| Coefficient | Gets the coefficient of this regression component e.g. the b, h, or c (depending on the component in question) in a regression with an equation like E = b*days + h*HDD + c*CDD | |
| CoefficientPValue | Gets the p-value of the Coefficient. | |
| CoefficientStandardError | Gets the standard error of the Coefficient. |
| Name | Description | |
|---|---|---|
| Equals |
Two RegressionComponent instances are equal if they have the
same class and the same configuration.
(Overrides ObjectEquals(Object)) | |
| GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) |
This abstract class is not designed to be extended by third-party code, which is why it does not have an accessible constructor.
| Version | Description |
|---|---|
| 1.4 | This was added in version 1.4. |