rolltime / rolltime-collect

Collector for CitiBike station data. It collects availability of bikes and stations on a highly redundant schedule.
MIT License
0 stars 0 forks source link

Explore TBATS model. #26

Closed luiscape closed 9 years ago

luiscape commented 9 years ago

Use forecast::tbats as explained here: http://robjhyndman.com/hyndsight/seasonal-periods/

For multi-seasonality, use msts(x, seasonal.periods=c(1440,365) or an ets() model

luiscape commented 9 years ago

Done. It doesn't seem to perform as well as other models.