Click or drag to resize

BaseloadRegressionComponent Properties

The BaseloadRegressionComponent type exposes the following members.

Properties
 NameDescription
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 propertyMultiplyByNumberOfDays Returns true if the baseload Coefficient is a per-day value that should be multiplied by the number of days covered by the period in question; or false if the coefficient is such that it will only work for periods of the same length used in the InputData.
Top
See Also