Degree |
The DegreeDaysRegressionComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseTemperature | Gets the non-null base Temperature of the degree days this regression component was calculated with. | |
| 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 (Inherited from RegressionComponent) | |
| CoefficientPValue |
Gets the p-value of the Coefficient.
(Inherited from RegressionComponent) | |
| CoefficientStandardError |
Gets the standard error of the Coefficient.
(Inherited from RegressionComponent) | |
| SampleDegreeDaysDataSet | Gets the non-null DatedDataSet of the degree days this regression component was calculated with. | |
| SampleDegreeDaysTotal | Gets the non-null DataValue representing the total number of degree days across all the periods this regression component was calculated for. |
| Name | Description | |
|---|---|---|
| Equals |
Two RegressionComponent instances are equal if they have the
same class and the same configuration.
(Inherited from RegressionComponent) | |
| GetHashCode |
Overridden to ensure consistency with Equals.
(Inherited from RegressionComponent) | |
| ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
| Version | Description |
|---|---|
| 1.4 | This was added in version 1.4. |