library(tsibbledata)
aus_production %>%
model(rw = RW(Beer ~ drift()))
as_tsibble(Nile) %>%
model(NAIVE(value))
library(tsibbledata)
aus_production %>%
model(snaive = SNAIVE(Beer ~ lag("year")))
Run the code above in your browser using DataLab