Closed seabbs closed 4 years ago
Example:
rts <- data.frame(rt = 1:10, date = as.Date("2020-01-01") + lubridate::days(1:10)) fit_model(rts, model = function(ss, y){bsts::AddAutoAr(ss, y = y, lags = 1000)}, horizon = 7, samples = 10)
Don' think this was the issue you were seeing @nikosbosse so closing.
Example: