Time-Series Analysis Practise Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

Terminology and mathematical models for Time-Series Analysis, including decomposition, forecasting models, and smoothing techniques.

Last updated 9:38 PM on 5/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

Random variable

A mapping from random events to real numbers.

2
New cards

Random process

A collection of random variables over time.

3
New cards

Time-series

A realization of a random process consisting of a collection of observations over time.

4
New cards

Cointegration

The study of the relationship among nonstationary time-series.

5
New cards

Decomposition components of yty_t

Trend (TtT_t), Seasonal component (StS_t), Cyclical component (CtC_t), and Random term/white noise (ϵt\epsilon_t).

6
New cards

White noise best forecast

The best forecast for white noise is its mean, which is 00.

7
New cards

Constant mean model

A deterministic trend model defined by yt=α+ϵty_t = \alpha + \epsilon_t.

8
New cards

Linear trend model

A deterministic trend model defined by yt=α+βt+ϵty_t = \alpha + \beta t + \epsilon_t where forecasting involves Ordinary Least Squares (OLS) estimates.

9
New cards

S-shaped curves

A model where yt=k1+eα+βty_t = \frac{k}{1 + e^{\alpha + \beta t}} and kk represents the long-term limit.

10
New cards

Moving Average estimate (MtM_t)

A non-deterministic trend model calculated as Mt=1k(yt+yt1++ytk+1)M_t = \frac{1}{k} (y_t + y_{t-1} + \dots + y_{t-k+1}).

11
New cards

Exponential Moving Average (EMA)

A weighted average estimate using geometrically declining weights, recursively computed as Mt=αyt+(1α)Mt1M_t = \alpha y_t + (1 - \alpha) M_{t-1}.

12
New cards

Smoothing parameter (α\alpha)

A parameter in EMA that is chosen to be small if the series is very jagged and large if the series is smooth.

13
New cards

Holt’s linear trend

A moving average method that incorporates a trend slope coefficient (btb_t) to forecast yT+h=LT+hbTy_{T+h} = L_T + hb_T.

14
New cards

Holt-Winters

An extension of moving averages that includes linear trend with seasonality (ss) and cyclicality (cc).