Click or drag to resize

RegressionExtraPredictorKeys Property

Gets the non-null, possibly-empty, immutable set of extra-predictor keys that this Regression has extra components for.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ReadOnlyCollection<string> ExtraPredictorKeys { get; }

Property Value

ReadOnlyCollectionString
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