October 2022
Beginner to intermediate
456 pages
12h 12m
English
In this part of the book, we’ll explore statistical models for time series forecasting. When performing statistical modeling, we need to perform hypothesis testing, study our data carefully to extract its properties, and find the best model for our data.
By the end of this part, you will have a robust framework for modeling any type of time series using statistical models. You will develop MA(q) models, AR(p) models, ARMA(p,q) models, ARIMA(p,d,q) models for non-stationary time series, SARIMA(p,d,q)(P,D,Q)m for seasonal time series, and SARIMAX models to include external variables in your forecast. We’ll also cover the VAR(p) model for predicting many time series at once. We’ll conclude this part of ...