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 the p-value of the Coefficient. |
![]() | CoefficientStandardError | Gets the standard error of the Coefficient. |