Notes
Notes
If the data is non-stationary, it means that the mean or trend is changing over time,
making predictions less reliable.
The PDF (Probability Density Function) helps understand how likely different
outcomes are, especially for continuous variables.
In the Autoregressive (AR) model, we look at the relationship of a variable with its
past values.
Yt = 𝜇 + 𝜙 1 𝑌 𝑡 − 1 + 𝑢 𝑡 Y t=μ+ϕ 1Y t−1+u t
The term 𝜇 μ represents the constant mean. The error term 𝑢 𝑡 u tcaptures any
unexpected changes. Key points: The error has a zero mean, meaning it averages out
to zero. Constant variance means the variability of the error stays the same over
time. There is no autocorrelation, meaning today’s error isn’t linked to yesterday’s.
The error term behaves like white noise, meaning it's unpredictable. The GARCH
(Generalized Autoregressive Conditional Heteroskedasticity) model helps to
understand how variance (or volatility) changes over time.
The model combines both autoregressive (impact from past errors) and moving
average (impact from past volatility). This model is great for explaining volatility
clustering, where periods of high volatility follow each other, and the same for low
volatility. The conditional variance depends on past periods. In the ARMA model
(Autoregressive Moving Average), we combine both autoregressive and moving
average components:
The conditional variance adjusts based on past shocks or errors. To check for ARCH
effects (whether variance changes over time):
2008 Financial Crisis: Had a big impact on price levels and caused major volatility.
2000 Dot-com Crisis: Many tech companies were overvalued, leading to a crash.
2020 COVID-19 Pandemic: Global shock brought significant market volatility. 2022
Russia-Ukraine War: Drove up energy prices and caused inflation to spike.