Expected |
The ExpectedCorrelation type exposes the following members.
Name | Description | |
---|---|---|
Equals(ExpectedCorrelation) | Returns true if other represents the same expected correlation; false otherwise. | |
Equals(Object) |
Returns true if obj is the same
ExpectedCorrelation as this; false otherwise.
(Overrides ValueTypeEquals(Object)) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode) | |
GetValues | Returns an array of the available ExpectedCorrelation values. | |
ToString |
Returns a non-null, non-empty string representation of this item in
the format required to specify an ExpectedCorrelation in the
request XML ("Positive", "Negative", or
"PositiveOrNegative").
(Overrides ValueTypeToString) |
Name | Description | |
---|---|---|
Equality(ExpectedCorrelation, ExpectedCorrelation) | Determines whether two specified ExpectedCorrelation instances are equal. | |
Inequality(ExpectedCorrelation, ExpectedCorrelation) | Determines whether two specified ExpectedCorrelation instances are not equal. |
Name | Description | |
---|---|---|
Negative | For an extra predictor expected to have a negative correlation with energy usage i.e. larger extra-predictor figures lead to smaller energy usage. | |
Positive | For an extra predictor expected to have a positive correlation with energy usage i.e. larger extra-predictor figures lead to larger energy usage. | |
PositiveOrNegative | For an extra predictor that could be expected to have either a positive or negative correlation with energy usage. |
Version | Description |
---|---|
1.4 | This was added in version 1.4. |