RegressionSpecWithExtraPredictorKeys(String) Method |
Returns a new RegressionSpec based on this but
also specifying that extra predictors with the specified
keys are to be included.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public RegressionSpec WithExtraPredictorKeys(
params string[] keys
)
Public Function WithExtraPredictorKeys (
ParamArray keys As String()
) As RegressionSpec
Parameters
- keys String
- The extra-predictor keys that identify the extra
predictors to be included in the regression. There can be a maximum
of 2 keys. Each key must match the regular expression
[-_.a-zA-Z0-9]{1,60}, with "baseload",
"heatingDegreeDays", and "coolingDegreeDays"
specifically disallowed.
Return Value
RegressionSpecExceptions See Also