Click or drag to resize

DegreeDaysRegressionComponent Properties

The DegreeDaysRegressionComponent type exposes the following members.

Properties
 NameDescription
Public propertyBaseTemperature Gets the non-null base Temperature of the degree days this regression component was calculated with.
Public propertyCoefficient 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)
Public propertyCoefficientPValue Gets the the p-value of the Coefficient.
(Inherited from RegressionComponent)
Public propertyCoefficientStandardError Gets the standard error of the Coefficient.
(Inherited from RegressionComponent)
Public propertySampleDegreeDaysDataSet Gets the non-null DatedDataSet of the degree days this regression component was calculated with.
Public propertySampleDegreeDaysTotal Gets the non-null DataValue representing the total number of degree days across all the periods this regression component was calculated for.
Top
See Also