ExtraPredictorSpec Constructor |
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public ExtraPredictorSpec(
PredictorType predictorType,
ExpectedCorrelation expectedCorrelation
)
Public Sub New (
predictorType As PredictorType,
expectedCorrelation As ExpectedCorrelation
)
Parameters
- predictorType PredictorType
- Defines how the extra predictor's figures vary
with the length of the periods they are measured over.
- expectedCorrelation ExpectedCorrelation
- Defines how the extra predictor is expected to
correlate with energy usage.
See Also