ExpectedCorrelationPositiveOrNegative Field |
For an extra predictor that could be expected to have either a
positive or negative correlation with energy usage.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static readonly ExpectedCorrelation PositiveOrNegative
Public Shared ReadOnly PositiveOrNegative As ExpectedCorrelation
Field Value
ExpectedCorrelationRemarks
You could look at this as an "I don't know what to expect" option.
If possible, it's better to figure out what each extra predictor is
and what you expect from it, but this option can be useful if your
system is dealing with data it doesn't have much context on.
See Also