Click or drag to resize

InputPeriodGetExtraPredictor Method

Returns the double value of the extra predictor with the specified string key.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public double GetExtraPredictor(
	string key
)

Parameters

key  String
A non-null, non-empty string key.

Return Value

Double
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
ArgumentExceptionkey isn't one of the extra-predictor keys stored in this object.
See Also