RegressionHasExtraComponent Method |
Returns true if this Regression has an
extra-predictor component with the specified
extraPredictorKey; false otherwise.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public bool HasExtraComponent(
string extraPredictorKey
)
Public Function HasExtraComponent (
extraPredictorKey As String
) As Boolean
Parameters
- extraPredictorKey String
- The String key that you used to identify the
extra predictor in the InputData of your request. Cannot
be null.
Return Value
BooleanExceptions Remarks
Remember that, in the usual case, if you provide extra-predictor
data to the API, it will test regressions both with and without each
extra predictor, and this will be reflected in the regressions you
get back in the response.
See Also