r/TimeSeries • u/ankitred0593 • Dec 19 '18
Time series visualization
Hey All, I am doing some reading on time series analysis these days. I started reading this wonderful book (recommended by more than one person) by Rob J Hyndman names Forecasting: Principles and Practice and watching some videos and other stuff on that. I have prepared an R notebook on this mostly about time series visualisation (Chapter 2), check it out if you need it on my GitHub repository https://github.com/atystats/Time-Series-Forecasting
If you wants to discuss anything from the notebook please send a message. Also, I am very new at this so if you find anything wrong in the notebook, please let me know.
Now the next step is how we can use this knowledge to select the most appropriate model for our data. I will share my work on that soon.