Click or drag to resize

RegressionHasExtraComponent Method

Returns true if this Regression has an extra-predictor component with the specified extraPredictorKey; false otherwise.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool HasExtraComponent(
	string extraPredictorKey
)

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

Boolean
Exceptions
ExceptionCondition
ArgumentNullExceptionextraPredictorKey is null.
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