Tagged articles
7 articles
Page 1 of 1
Model Perspective
Model Perspective
Dec 20, 2022 · Fundamentals

Master Stationary Time Series & ARMA Models: Theory, Examples, Python Code

This article explains the fundamentals of weakly stationary time series, defines mean, variance, autocovariance, and autocorrelation functions, introduces AR, MA, ARMA, and ARIMA models, discusses model identification using ACF/PACF, selection criteria like AIC/SBC, diagnostic testing, and provides Python statsmodels code examples for implementation.

ARMAPythonStatsmodels
0 likes · 18 min read
Master Stationary Time Series & ARMA Models: Theory, Examples, Python Code
Model Perspective
Model Perspective
Aug 2, 2022 · Fundamentals

How ARMA Models Enable Accurate Time Series Forecasting

This article explains the recursive forecasting formulas for ARMA and MA(q) time‑series models, showing how forecasts depend only on past observations, how model invertibility ensures stability, and how estimated parameters are used in practical prediction.

ARMAMA(q)Statistical Modeling
0 likes · 2 min read
How ARMA Models Enable Accurate Time Series Forecasting
Model Perspective
Model Perspective
Aug 1, 2022 · Fundamentals

How to Build and Forecast ARMA Models: A Step-by-Step Guide

This article explains the process of constructing ARMA models, covering model identification, order selection using the AIC criterion, parameter estimation (including Python implementation), and diagnostic testing such as Ljung‑Box, before demonstrating how to generate forecasts from the fitted model.

AICARMAModel Selection
0 likes · 4 min read
How to Build and Forecast ARMA Models: A Step-by-Step Guide
Model Perspective
Model Perspective
Jul 31, 2022 · Fundamentals

Understanding ARMA: The Core of Stationary Time Series Models

This article explains the three main types of stationary time‑series models—AR, MA, and ARMA—detailing their definitions, back‑shift operator notation, polynomial representations, and the essential stationarity and invertibility conditions required for valid modeling.

ARMAModelingTime Series
0 likes · 3 min read
Understanding ARMA: The Core of Stationary Time Series Models