Regression |
The RegressionRequest type exposes the following members.
Name | Description | |
---|---|---|
RegressionRequest | Constructs a RegressionRequest with the specified Location, InputData, and RegressionTestPlan. |
Name | Description | |
---|---|---|
InputData | Gets the non-null InputData containing the dated records of energy usage and any extra-predictor data to be used in the regressions tested by the API. | |
Location | Gets the non-null Location for which the API should generate degree days to use in the regressions it tests against the InputData. | |
TestPlan | Gets the non-null RegressionTestPlan that defines how the API should test regressions against the InputData. |
Name | Description | |
---|---|---|
Equals |
Returns true if obj is a
RegressionRequest object with the same configuration as
this.
(Overrides ObjectEquals(Object)) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
A successfully-processed RegressionRequest will result in a RegressionResponse containing a list of the regressions with the best statistical fit.
See www.degreedays.net/api/regression for more info and code samples.
Version | Description |
---|---|
1.4 | This was added in version 1.4. |