| Package | Description | 
|---|---|
| net.degreedays.api.regression | 
 For using the API to run regressions against your energy-usage data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExpectedCorrelation | 
ExtraPredictorSpec.expectedCorrelation()
Returns the non-null  
ExpectedCorrelation that defines how
 the extra predictor is expected to correlate with energy usage. | 
static ExpectedCorrelation | 
ExpectedCorrelation.fromString(java.lang.String string)
Returns the non-null  
ExpectedCorrelation with the specified
 string (returned by its toString() method). | 
static ExpectedCorrelation | 
ExpectedCorrelation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ExpectedCorrelation[] | 
ExpectedCorrelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
ExtraPredictorSpec(PredictorType predictorType,
                  ExpectedCorrelation expectedCorrelation)
Constructs an  
ExtraPredictorSpec with the specified
 PredictorType and ExpectedCorrelation. | 
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.