Click or drag to resize

RegressionSpecExtraPredictorKeys Property

Gets the non-null, possibly-empty, immutable set of the keys of the extra predictors to be included in the specified regression.

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

Property Value

ReadOnlyCollectionString
See Also