Moving Average Process - Applied Time Series Analysis in Python and TensorFlow

Published: 28 February 2021
on channel: Data Science with Marco
1,941
17

👉 Get the course at 87% off:

📚 Link to the notebook: https://github.com/marcopeix/AppliedT...

Email me for a coupon if the one above expired: peixmarco@gmail.com

-----------------------------------

Let’s cover the moving average model.

The moving average model is used for forecasting. It uses the past forecast errors to predict the next point in time. We refer to the moving average model as the MA(q) model, where q is the order.

Here, we see a simulation of a moving average process of order 2. We will do the same in Python

Then, we plot the ACF function. What do you notice? It seems that after lag 2, the autocorrelation is not significant anymore.

Now you know that we can use the ACF plot to estimate the order q of a moving average model! After lag q, the autocorrelation should not be significant anymore. Alright, now let’s run some simulations in Python and see this for ourselves!


On this page of the site you can watch the video online Moving Average Process - Applied Time Series Analysis in Python and TensorFlow with a duration of hours minute second in good quality, which was uploaded by the user Data Science with Marco 28 February 2021, share the link with friends and acquaintances, this video has already been watched 1,941 times on youtube and it was liked by 17 viewers. Enjoy your viewing!