Tagged articles
4 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
Sep 9, 2022 · Fundamentals

What Is a Time Series and How Do We Analyze Its Patterns?

A time series is a chronologically ordered set of interrelated data points whose analysis involves studying its development patterns and forecasting future behavior, with classifications based on dimensionality, continuity, statistical properties such as stationarity, and distribution types like Gaussian or non‑Gaussian.

Time Seriesforecastingmultivariate
0 likes · 2 min read
What Is a Time Series and How Do We Analyze Its Patterns?
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