earowang/hts

forecast.gts argument conflicts with auto.arima via ...

dcaseykc opened this issue · 1 comments

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.

reading the suggestion to move to the fable package. closing this