Applications
of
ACF and PACF Plots
The ACF and PACF describe the important features of a time
series.
• If ACFs of lag p exhibit a geometric decay and PACF has p significant spikes. Then the time series data follow the AR(p) model.
e.g., if the ACF plot portrays geometric decay and the PACF plot has one
significant spike, then the data follow the AR (1) model.
If the ACF plot portrays geometric decay and the PACF plot has two
significant spikes, then the data follow the AR (2) model, and so on.
• If the PACF plot portrays geometric decay and the ACF plot has k significant spikes, then the data follow the MA (k) model.
e.g., if the PACF plot portrays geometric decay and the ACF plot has one significant spike, then the data follow the MA (1) model, and so on.
• If both the ACF of lag p and the PACF of lag q exhibit a geometric
decay. Then the data follow the ARMA (p, q) model.
Structures
of Auto-correlation Function
The following structures are popular in the autocorrelation functions:
1. Autoregressive (AR) process.
2. Moving average (MA) process.
3. Joint auto-regressive moving average (ARMA) process
Auto-regression (AR) Models
Autoregressive models are used to predict the current
or future value of an activity solely based on the lag value(s) of the same
activity.
AR(p) model
If the value of a time
series "yt" is regressed on immediate p lags, "yt-1,
If yt is regressed on the immediate lag “yt-1”, then the model is called the first-order autoregressive model or the AR(1) model.
If yt is
regressed on immediate 2 lags “yt-1,
ACF
& PACF of AR (1) Model
Consider the AR(1) model
In general
The effect of yt-p is ignored if it is too far from yt. The above-stated model can be expressed as:
E (yt) = 0
The variance of the model
Var(yt) = E(yt - E(yt)) ²
Var(yt) = E(yt)²
Var(yt) = E(
Var(yt) = E(ϵt) ² + (β1)² E(ϵt−1) ² + (β₁²) ² E(ϵt−2)² + (β₁³)² E(ϵt−3)² + ...
Var(yt) = σ² + (β1) ² σ² + (β1^2) ² σ² + (β1^3) ² σ² + ...
Var(yt) = σ² + (
Var(yt) = [1 + (β1)² + (β1)⁴ + (β1)⁶ + ...] σ²
Var(yt) = [1 + (β1)² + (β1)⁴ + (β1)⁶ + ...] σ²
The variance of yt depends on the slope of its lag.
The autocovariance function of yt and yt-1
Cov(yt, yt-1) = E[{(yt - E(yt)}{yt-1-E(yt-1)}]
Cov(yt, yt-1) = E[yt yt-1]
Cov(yt, yt-1) = E [{
Cov(yt, yt-1) = β₁E(ϵt−1)²
Cov(yt, yt-1) = β1
The autocorrelation function
We know that Var(yt) = Var(yt-1)
The PACF of order 1 is equal to the ACF, so PACF = β1.
Practice Question
Determine the mean, variance, covariance and ACF and PACF of the following model.
yt = 0.60 + 0.40 yt-1 + ϵt
Var(ϵt) = 0.75
Solution:
β₀ = 0.60, β₁ = 0.40
We know that the ACF of order 1 is
The ACF of order 1 is equal to the PACF of order 1, so PACF =
0.40.
Mean
E (ϵt) = 0
Variance:
Covariance:
- Read More; ACF & PACF of AR(2) Model




No comments:
Post a Comment