powered by
This function splits a time series into the days of the week and forecasts them using the X-11 heuristic or ETS.
day_split(series = NULL, use = "heur", h = 365)
Input time series
Which method to use. "heur" or "ets".
Length of the Forecast
This function is used internally in dsa()
# NOT RUN { day_split(series=ts(rnorm(730, 100,1), start=c(2001,1), frequency=7), use="ets", h=365) # }
Run the code above in your browser using DataLab