RamiKrispin / TSstudio

Tools for time series analysis and forecasting
https://ramikrispin.github.io/TSstudio/
Other
421 stars 65 forks source link

Question #20

Closed sbasyrine closed 5 years ago

sbasyrine commented 5 years ago

Hello! I'm a master student and I'm working on predicting and forecasting the status of Ireland's charging stations given a time series dataset. What I need to do is to predict the status of exactly three charging stations at a particular hour or period of time in the future (for example what would be the state of the charging station tomorrow at 8:00 am?) If you could help me, it will mean a lot to me and I'll be so grateful. Sincerely.

RamiKrispin commented 5 years ago

Hello,

There is so many ways to do it, but a simple one, assuming:

Then, I would consider the following steps:

As your data is hourly, I would expect that you will have multiple seasonality (e.g., day of the week, the month of the year, etc.), so you should think about an approach to handle it.

Hope that makes sense.

On a side note, this forum is designed to rais specific issues related to the package code (e..g, error, bug fixing, etc.). I would suggest using other forums for such type of questions such as stack overflow, stats forums, etc.

Best, Rami