Click or drag to resize

BaseloadRegressionComponentMultiplyByNumberOfDays Property

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.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool MultiplyByNumberOfDays { get; }

Property Value

Boolean
Remarks

For the baseload component this will always return true unless you ran regressions with DayNormalization.None.

The notes on day normalization for our online regression tool have example regression equations that should help make this clearer.

See Also