Time Series Analysis_Ch 10,12,18(Woolridge) Notes
Time Series Analysis_Ch 10,12,18(Woolridge) Notes
Give misleading estimates: Standard errors might be Error Term ϵt: The error term captures any randomness or
biased, leading to incorrect t-statistics and p-values, which shocks that are not explained by the previous value. It adds
are used to determine the statistical significance of some unpredictability to the model.
predictors in the model.
How AR(1) Model Helps with Serial
How to Handle It: Correlation
1.Using an AR(1) model Instead of ignoring the dependence between observations,
the AR(1) model includes it as part of the model itself. In
(AutoRegressive model of order 1), which essentially
simple terms, it removes serial correlation by "absorbing"
models the current error as a function of the previous error.
the correlation into the model, so what’s left in the residuals
You can test for serial correlation by regressing the (errors) should ideally be uncorrelated or random noise.
residuals from your original model on the lagged residuals
By making each value of the time series dependent on the
(residuals from the previous time period).
previous value the AR(1) model explains away some of the
AR(1) Model Explained in Simple Terms correlation that would have otherwise been left in the
residuals. If the model is a good fit, the residuals should
An AutoRegressive (AR) model is used to predict future show little to no serial correlation.
values in a time series based on its own past values.
Testing for Remaining Correlation:
The AR(1) model is the simplest version of this, where the
After fitting the AR(1) model, you can check whether there’s
current value of the time series depends only on the
still serial correlation in the residuals by looking at the
immediately preceding value.
autocorrelation function (ACF) and partial
AR(1) stands for AutoRegressive model of order 1. autocorrelation function (PACF) plots.
"Auto" refers to the fact that the model relies on the time What Are ACF and PACF Plots?
series itself (no external factors or variables).
Both the ACF and PACF plots are tools to examine serial
"Regressive" means the model uses a regression approach, correlation (autocorrelation) in a time series.
in this case, the previous value of the same series.
Simple Analogy : Parent Influence
Order 1 means that the current value depends only on the
Think of ACF and PACF like a family reunion where
last (previous) value. Higher orders (AR(2), AR(3), etc.)
relatives influence you.
would include dependence on more past values (two or three
ACF is like asking: "How much do all your
relatives influence you, whether directly or
indirectly?" Even distant relatives (e.g.,
grandparents) might influence you, but their
influence could come through intermediate family
members (e.g., parents).
PACF:
Explanation:
Explanation:
Key Issues: