1

I was given 2 forecasts: Scenario 1 and Scenario 2 for EU GDP. How can I calculate 2 scenarios (forecasts) for Germany GDP? a) There is a strong correlation between (historic) EU GDP and Germany GDP b) EU GDP is impacted by Germany GDP.

At first I thought that I can predict Germany GDP using sARIMA and later to apply shocks from scenario 1 or scenario 2 to the predicted germany gdp data. However, I am not sure how to make different shocks between EU and Germany, should I scal them using correlation? Any ideas or hints are welcome.

[edit] Added data CSV files

There are 2 CSVs:

a) Example_historic.csv with historic data for Germany and EU

b) Example_forecasts.csv with 2 scenarios for the EU.

Goal: how to build 2 forecasts for Germany?

1 Answers1

0

I introduced your 156 months of data to AUTOBOX which developed a SARIMAX model How to predict the next number in a series while having additional series of data that might affect it? .

The cross-correlation analysis using the pre-whitened series suggested a contemporaneous relationship between the two series. A few anomalous data points were detected along with two downwards level shifts viz 1993/2 and 2006/2 .

The useful equation is here enter image description here with residual plot here enter image description here

The Actual/Fit and Forecast using scenario 1 is enter image description here with forecasts here enter image description here

while using scenario 2 we get enter image description here and enter image description here

The model is presented here enter image description here

IrishStat
  • 29,661