R: Forecasting multiple time series with fable, tsibble and map
问题 I am trying to fit some time series using the R packages tsibble and fable , the still-under-construction replacement for the redoubtable Rob Hyndman's forecast package. The series are all combined into one tsibble, which I then fit with ARIMA, a function which replaces, among other things, forecast::auto.arima . I use map_at , first to iterate over all the elements except the Date , and then again to extract the model information from the models that have been fit to each series using