Click or drag to resize

RegressionSpecWithHeating Method

Returns a new RegressionSpec based on this but also specifying that heating degree days with the specified base temperature are to be included.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public RegressionSpec WithHeating(
	Temperature heatingBaseTemperature
)

Parameters

heatingBaseTemperature  Temperature
The base temperature of the heating degree days to be included in the specified regression.

Return Value

RegressionSpec
Exceptions
ExceptionCondition
ArgumentExceptionthis already has a cooling base temperature, but heatingBaseTemperature does not have the same temperature unit.
See Also