1/13
Terminology and mathematical models for Time-Series Analysis, including decomposition, forecasting models, and smoothing techniques.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Random variable
A mapping from random events to real numbers.
Random process
A collection of random variables over time.
Time-series
A realization of a random process consisting of a collection of observations over time.
Cointegration
The study of the relationship among nonstationary time-series.
Decomposition components of yt
Trend (Tt), Seasonal component (St), Cyclical component (Ct), and Random term/white noise (ϵt).
White noise best forecast
The best forecast for white noise is its mean, which is 0.
Constant mean model
A deterministic trend model defined by yt=α+ϵt.
Linear trend model
A deterministic trend model defined by yt=α+βt+ϵt where forecasting involves Ordinary Least Squares (OLS) estimates.
S-shaped curves
A model where yt=1+eα+βtk and k represents the long-term limit.
Moving Average estimate (Mt)
A non-deterministic trend model calculated as Mt=k1(yt+yt−1+⋯+yt−k+1).
Exponential Moving Average (EMA)
A weighted average estimate using geometrically declining weights, recursively computed as Mt=αyt+(1−α)Mt−1.
Smoothing parameter (α)
A parameter in EMA that is chosen to be small if the series is very jagged and large if the series is smooth.
Holt’s linear trend
A moving average method that incorporates a trend slope coefficient (bt) to forecast yT+h=LT+hbT.
Holt-Winters
An extension of moving averages that includes linear trend with seasonality (s) and cyclicality (c).