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