Click or drag to resize

RegressionSpecWithCooling Method

Returns a new RegressionSpec based on this but also specifying that cooling 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 WithCooling(
	Temperature coolingBaseTemperature
)

Parameters

coolingBaseTemperature  Temperature
The base temperature of the cooling degree days to be included in the specified regression.

Return Value

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