tidyverts / feasts

Feature Extraction And Statistics for Time Series
https://feasts.tidyverts.org/
291 stars 23 forks source link

Improve default lag length for ACF #96

Open mitchelloharawild opened 4 years ago

mitchelloharawild commented 4 years ago

Showing one seasonal period for sub-daily data doesn't provide enough information to be useful.

library(feasts)
#> Loading required package: fabletools
tsibbledata::vic_elec %>% ACF() %>% autoplot()
#> Response variable not specified, automatically selected `var = Demand`

Created on 2020-03-20 by the reprex package (v0.3.0)