| Package | Description |
|---|---|
| net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
| Modifier and Type | Method and Description |
|---|---|
DegreeDaysRegressionComponent |
DegreeDaysRegressionComponent.Builder.build() |
DegreeDaysRegressionComponent |
Regression.getCoolingDegreeDays()
Returns the non-null
DegreeDaysRegressionComponent object
representing the cooling-degree-days component (c*CDD) of
this Regression, or throws an
IllegalStateException if no such component exists (check
Regression.hasCoolingDegreeDays() before calling this). |
DegreeDaysRegressionComponent |
Regression.getHeatingDegreeDays()
Returns the non-null
DegreeDaysRegressionComponent object
representing the heating-degree-days component (h*HDD) of
this Regression, or throws an
IllegalStateException if no such component exists (check
Regression.hasHeatingDegreeDays() before calling this). |
| Modifier and Type | Method and Description |
|---|---|
Regression.Builder |
Regression.Builder.setCoolingDegreeDays(DegreeDaysRegressionComponent coolingDegreeDays) |
Regression.Builder |
Regression.Builder.setHeatingDegreeDays(DegreeDaysRegressionComponent heatingDegreeDays) |
See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.