Click or drag to resize

ExtraPredictorSpec Constructor

Constructs an ExtraPredictorSpec with the specified PredictorType and ExpectedCorrelation.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ExtraPredictorSpec(
	PredictorType predictorType,
	ExpectedCorrelation 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