modeltime icon indicating copy to clipboard operation
modeltime copied to clipboard

defaulting to model = "ZXZ"

Open Steviey opened this issue 3 years ago • 2 comments

Is there a reason why adam_reg(), engine auto.adam defaults to model = "ZXZ"? According to Ivans book, this translates to 'additive trends only'? https://openforecast.org/adam/ETSSelection.html

Steviey avatar Mar 04 '22 13:03 Steviey

This is the default value in adam(). The additive trend model is more robust than the multiplicative one.

config-i1 avatar Mar 05 '22 10:03 config-i1

The default values are the same that Ivan selected in his smooth package, "ZXZ" for both adam() and auto_adam(). I can't see any reason to change the default values, honestly.

I think this issue should be closed for the moment.

AlbertoAlmuinha avatar Aug 08 '22 21:08 AlbertoAlmuinha

I'm closing this per @AlbertoAlmuinha 's comment.

mdancho84 avatar Sep 08 '22 15:09 mdancho84