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.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public RegressionSpec WithCooling(
Temperature coolingBaseTemperature
)
Public Function WithCooling (
coolingBaseTemperature As Temperature
) As RegressionSpec
Parameters
- coolingBaseTemperature Temperature
- The base temperature of the
cooling degree days to be included in the specified regression.
Return Value
RegressionSpecExceptions See Also