In: Statistics and Probability
Using a sample of 50 quarters of inflation data, you carry out an AR(2) model regression, and produce the following results:
Coefficient | Standard error | |
Intercept | 1.77 | 0 |
Inflation t-1 | 0.12 | 0.01 |
Inflation t-2 | 0.12 | 0.02 |
The two most recent quarterly annualized inflation observations in your data are 2.03 (second to last observation) and 2.18 (latest observation).
Based on these results, what is your prediction for the rate of inflation at time 52 (two quarters in the future from your latest observation)?
Please show on excel.
The answer is 2.3
Following is screenshot of calculation done in MS Excel:
Below is the explanation of calculation done by hand:
In this case, following data is given:
Inflation50 = Y50 = 2.18
Inflation49 = Y49 =2.03
Equation for AR(2) model is given as:
Yt = b0 + b1*Yt-1 + b2*Yt-2
From the table it can be seen that b0 = 1.77, b1 = 0.12 and b2 = 0.12
So, equation for AR(2) model can be written as:
Yt = 1.77 + 0.12*Yt-1 + 0.12*Yt-2
Now, we need to find Y52
Y52 = 1.77 + 0.12*Y52-1 + 0.12*Y52-2
Y52 = 1.77 + 0.12*Y51 + 0.12*Y50
Now, we know that Y50 = 2.18, but we need to find Y51
Again using the equation for AR(2) model, we get:
Y51 = 1.77 + 0.12*Y51-1 + 0.12*Y51-2
Y51 = 1.77 + 0.12*Y50 + 0.12*Y49
Substituting the value of Y50 and Y49 in the above equation, we get:
Y51 = 1.77 + 0.12*2.18 + 0.12*2.03
Y51 = 2.2752
Substituting the value of Y51 and Y50 in the equation derived for Y52, we get
Y52 = 1.77 + 0.12*2.2752 + 0.12*2.18
Y52 = 2.30