Tag

stationarity

0 views collected around this technical thread.

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.

ARMAPythonforecasting
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.

forecastingmultivariatestationarity
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.

ARMAmodelingstationarity
0 likes · 3 min read
Understanding ARMA: The Core of Stationary Time Series Models
Model Perspective
Model Perspective
Jul 29, 2022 · Fundamentals

Understanding Stationary Time Series: Key Definitions and Yule‑Walker Equations

This article explains the concept of wide‑sense stationary time series, introduces essential definitions such as mean, variance, autocovariance, autocorrelation, and white‑noise processes, and derives the Yule‑Walker equations that characterize linear stationary models.

Yule-Walkerautocorrelationstationarity
0 likes · 4 min read
Understanding Stationary Time Series: Key Definitions and Yule‑Walker Equations