forecast.gts argument conflicts with auto.arima via ...
dcaseykc opened this issue · 1 comments
dcaseykc commented
Because forecast.gts has its own method
argument, it is not possible to use the ...
to pass method = 'ml'
or similar to the underlying call to auto.arima
. I'm not sure how to solve this beyond adding a new argument (arima.method
)? to forecast.gts
that gets explicitly passed along.
dcaseykc commented
reading the suggestion to move to the fable package. closing this