Package | Description |
---|---|
net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
Modifier and Type | Method and Description |
---|---|
static PredictorType |
PredictorType.fromString(java.lang.String string)
|
PredictorType |
ExtraPredictorSpec.predictorType()
Returns the non-null
PredictorType that defines how the
extra predictor's figures vary with the length of the periods they are
measured over. |
static PredictorType |
PredictorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PredictorType[] |
PredictorType.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.