Regression Properties |
The Regression type exposes the following members.
| Name | Description | |
|---|---|---|
| AdjustedRSquared | Gets the adjusted-R-squared value for this Regression. | |
| Baseload | Gets the non-null BaseloadRegressionComponent object representing the baseload component (b*days) of this Regression. | |
| CrossValidatedRSquared | Gets the cross-validated-R-squared value for this Regression. | |
| Cvrmse | Gets the CVRMSE of this Regression. | |
| ExtraPredictorKeys | Gets the non-null, possibly-empty, immutable set of extra-predictor keys that this Regression has extra components for. | |
| HasCoolingDegreeDays | Returns true if this Regression has a cooling-degree-days component (c*CDD); false otherwise. | |
| HasHeatingDegreeDays | Returns true if this Regression has a heating-degree-days component (h*HDD); false otherwise. | |
| RSquared | Gets the R-squared value for this Regression. | |
| SampleDays | Gets the number of days covered by the sample of data used for this Regression, excluding any gaps between input periods. | |
| SampleSize | Gets the number of energy-usage figures used for this Regression. | |
| SampleSpan | Returns a DayRange representing the full period covered by the sample (including any gaps) that was used for this Regression. | |
| SampleSpanDays | Returns the number of days covered by the sample (including any gaps) that was used for this Regression. | |
| Spec | Gets the non-null RegressionSpec specifying the components that this Regression contains, such that an equivalent Regression can be requested in another API request. | |
| StandardError | Gets the standard error of this Regression. | |
| Tags | Gets the non-null immutable set of RegressionTag items that describe how this Regression came to be included in the response from the API. |