Which model predicts GDP best? A comparison of ARIMA, VAR and linear regression

Quick Answer

No single model predicts a country’s economy best. Which one to use depends on how far ahead you are looking. Testing three well-known methods on real United Arab Emirates data since 1975, MCC found that ARIMA is most accurate for long-range forecasts, about five years out, while a linear regression model is best for short-range forecasts, about one year out, as long as it is fed good input data. The practical answer is to run two models, one for the long term and one for the short term.

What is GDP forecasting, and why does it matter?

GDP forecasting means predicting the future size of an economy, measured by gross domestic product, the total value of everything a country produces. It matters because major decisions rest on it. Central banks set interest rates partly on where they expect the economy to go, governments plan budgets and spending around it, and investors and businesses size their plans to the outlook. A forecast that is wrong in the wrong direction can be costly, so the method used to produce it matters, and that is what this paper tests. This study reflects MCC Economics’ econometric and data-science work on the Gulf economy, built on a dataset of 426 economic variables from more than 20 sources, and the full paper is published on the Munich Personal RePEc Archive, SSRN and Emirates Scholar.

Table 1: Five-year GDP forecast accuracy by model, measured by mean absolute percentage error where lower is better, tested on United Arab Emirates data from 1975 to 2023.

SourceNumber of variablesCoverage
Property finder21Dubai
Statistics Centre of Abu Dhabi (SCAD)64Abu Dhabi
Abu Dhabi Securities Exchange (ADX)1Abu Dhabi
Arab Monetary Fund (AMF)5UAE
Atmia3UAE
Bloomberg99Abu Dhabi, Dubai, Kuwait, Qatar, Saudi Arabia, Tadawul, UAE, USA, World
BP19UAE, World
Central Bank of UAE21UAE
CEIC data3UAE
Country economy2UAE
Enerdata2World
Federal Competitiveness and Statistics Center (FCSC)44UAE
US Federal Reserve Economic Data (FRED)23Dubai, UAE, USA, World
Fxempire1Abu Dhabi
International Energy Agency (IEA)6UAE
International Monetary Fund (IMF)41UAE
Macrotrends4UAE
OPEC5UAE
Statista3UAE
UAE Stats27UAE
World Bank48UAE
WTO20UAE

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

What it shows: the breadth of the raw material, 426 variables from more than 20 sources, from Bloomberg’s 99 series to the national statistics centres. Key takeaway: the models compared in this study were selected from a wide field of candidate data, not fitted to a convenient handful of series.

Key Takeaways

  • There is no single best forecasting model. The right choice depends on the time horizon, so the paper recommends using two.
  • For five-year forecasts, ARIMA was the most accurate, with an average error of 5.2 percent, ahead of the better VAR model at 7.1 percent.
  • For one-year forecasts, ARIMA still led on average error at 3.0 percent, but a linear regression model was more consistent when given accurate inputs.
  • The linear regression model only works well if the data fed into it is good. Its accuracy dropped sharply when inputs were estimated rather than known.
  • The 2020 pandemic may have permanently changed the pattern of the data, so all these models should be re-tested as more recent years become available.

How do you forecast GDP?

You use a statistical model that learns from past data and projects it forward, and there are several families of these models to choose from. This paper compares three of the most widely used and least expensive, so that any organisation could run them. ARIMA, short for autoregressive integrated moving average, looks only at the past pattern of GDP itself and extends it. VAR, short for vector autoregression, tracks GDP alongside other economic measures and how they move together. Linear regression links GDP to a set of driving factors, such as oil production and exports, and estimates the relationship. Each has strengths, and the paper’s job is to find which suits the United Arab Emirates best.

Which model is most accurate: ARIMA, VAR or linear regression?

It depends on the horizon, and the paper measures this precisely using a metric called mean absolute percentage error, which is simply the average size of the forecast’s miss expressed as a percentage. Lower is better. Over five-year windows the time-series models won, with ARIMA best at 5.2 percent average error and the stronger VAR next at 7.1 percent. Over one-year windows ARIMA again had the lowest average error at 3.0 percent, but the linear regression model, when fed accurate inputs, was the most consistent, which matters as much as the average for a decision-maker. The tables below show the full results.

Table 2: Five-year GDP forecast accuracy by model, measured by mean absolute percentage error where lower is better, tested on United Arab Emirates data from 1975 to 2023.

ModelLowest errorAverage errorHighest error
ARIMA (1,2,1)3.8%5.2%9.0%
VAR (2)3.0%7.1%11.7%
VAR (1)3.6%9.0%20.0%
Linear regression 1 (good inputs)12.2%12.2%12.2%
Linear regression 1 (estimated inputs)10.2%12.9%15.6%
Linear regression 2 (good inputs)15.8%15.8%15.8%
Linear regression 2 (estimated inputs)11.8%13.5%15.7%

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

What it shows: each model’s lowest, average and highest error across the five-year forecast windows. Key takeaway: the time-series models win at this range, with ARIMA(1,2,1) averaging 5.2 percent error against 12 to 16 percent for the regression models.

Table 3: One-year GDP forecast accuracy by model, measured by mean absolute percentage error where lower is better, tested on United Arab Emirates data from 1975 to 2023.

ModelLowest errorAverage errorHighest error
ARIMA (1,2,1)1.0%3.0%7.4%
Linear regression 1 (good inputs)2.2%3.3%4.7%
VAR (1)0.3%3.9%11.6%
Linear regression 2 (good inputs)1.6%4.1%7.0%
Linear regression 1 (estimated inputs)1.2%4.2%10.0%
Linear regression 2 (estimated inputs)1.0%4.2%10.1%
VAR (2)0.6%5.8%12.3%

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

What it shows: the same error measures over one-year windows. Key takeaway: ARIMA still has the lowest average at 3.0 percent, but linear regression with good inputs has the narrowest range, 2.2 to 4.7 percent, which is what consistency looks like.

Figure 1: Average forecast error by model, five-year and one-year horizons, from Tables 2 and 3.

Five-year forecasts: average error by model

0%4%8%12%16%
5.2%
ARIMA(1,2,1)
average 5.2%
range 3.8%–9.0%
7.1%
VAR(2)
average 7.1%
range 3.0%–11.7%
9.0%
VAR(1)
average 9.0%
range 3.6%–20.0%
12.2%
LR 1 (good inputs)
average 12.2%
single tested window
12.9%
LR 1 (estimated)
average 12.9%
range 10.2%–15.6%
15.8%
LR 2 (good inputs)
average 15.8%
single tested window
13.5%
LR 2 (estimated)
average 13.5%
range 11.8%–15.7%
ARIMA
VAR(2)
VAR(1)
LR1 good
LR1 est
LR2 good
LR2 est

One-year forecasts: average error by model

0%4%8%12%16%
3.0%
ARIMA(1,2,1)
average 3.0%
range 1.0%–7.4%
5.8%
VAR(2)
average 5.8%
range 0.6%–12.3%
3.9%
VAR(1)
average 3.9%
range 0.3%–11.6%
3.3%
LR 1 (good inputs)
average 3.3%
range 2.2%–4.7%
4.2%
LR 1 (estimated)
average 4.2%
range 1.2%–10.0%
4.1%
LR 2 (good inputs)
average 4.1%
range 1.6%–7.0%
4.2%
LR 2 (estimated)
average 4.2%
range 1.0%–10.1%
ARIMA
VAR(2)
VAR(1)
LR1 good
LR1 est
LR2 good
LR2 est

What it shows: each model’s average error at both forecast horizons, drawn directly from Tables 2 and 3, with hover tooltips giving the exact average and range per model. Key takeaway: ARIMA(1,2,1) has the lowest average error at both horizons, but the regression models close most of the gap at one year, which is the visual form of the paper’s two-model recommendation.

Why does the linear regression model depend so much on its inputs?

Because a regression model predicts GDP from other factors, so it is only as good as the forecasts of those factors. The paper links GDP to drivers like oil production, exports and interest rates. To test the model fairly, it ran two versions: one fed the real, known values of those drivers, called the perfect prediction, and one fed rough estimates, called the naive prediction. The gap between the two was large, which shows the model’s weakness and its strength at once. Given good inputs it is accurate and consistent for short-term work; given poor inputs it drifts. So it suits a user who has a reliable source for the driving forecasts, and less so one who does not.

Why can’t you just pick one model and use it for everything?

Because the two best models are backward-looking, which makes them strong on accuracy but blind to what is coming. ARIMA and VAR learn from the past and project it, so they are accurate when the future resembles the past, but they cannot reflect a change you expect ahead, such as a policy shift or an oil-price move. A linear regression model can, because you can feed it your own view of the drivers, which is exactly why it suits short-term, scenario-based decisions. Running both gives a decision-maker the best of each: ARIMA’s long-range accuracy and regression’s short-range flexibility.

Figure 2: Forecasts against the actual value of GDP for the latest five-year window, in Million AED at 2014 constant prices (the source paper’s final figure).

Forecasts against the actual value of GDP (axis in Million AED, 2014 constant prices)

2,400,0002,200,0002,000,0001,800,0001,600,0001,400,0001,200,0001,000,0002010201220142016201820202022Real GDP of the United Arab Emirates, 1975 to 2023 in the paper, shown here from 2010; the 2020 dip is the pLinear regression model 1: follows the post-2020 slope closely but tends to overestimate the level, as the pLinear regression model 2: the alternative specification with imports; similar path, slightly weaker accuracARIMA(1,2,1): keeps to the pre-pandemic trend, which brings it closest to actual GDP in 2022 and 2023.VAR(1): the one-lag vector autoregression forecast for the 2019 to 2023 window.VAR(2): the two-lag vector autoregression, the more accurate VAR over five-year windows.GDPLR model 1LR model 2ARIMA(1,2,1)VAR(1)VAR(2)

Hover any line for its story. The lines are traced from the source chart’s geometry; the source prints no point values, so none are asserted here.

What it shows: all five model forecasts against actual GDP through the pandemic period. Key takeaway: the regression and VAR forecasts match the post-2020 slope but sit above the actual level, while ARIMA’s steady trend line lands closest once the recovery completes, the picture behind its winning five-year accuracy.

“Overall, our forecast results suggest the simultaneous use of different models for forward-looking decision making in the UAE. Specifically, the use of a LR model for short-term decisions, provided there is a good source for accurate predictions of the explanatory variables, and an ARIMA model for long-term decisions.” MCC Economics, UAE GDP forecasting paper.

Does the 2020 pandemic change the answer?

It might, and the paper is careful to flag this rather than ignore it. GDP fell sharply in 2020, and it is not yet clear whether that was a temporary shock or a permanent change in the pattern of the data, what statisticians call a structural break. If it was a permanent change, all these models would need re-testing and re-estimating once enough post-pandemic years are available, placing more weight on the newer behaviour. The paper treats its results as sound for now while being honest that they should be revisited as the data grows.

“In case a structural break is determined to have occurred, all GDP forecasting models for the UAE should be re-tested and updated, including the ones presented in this paper.” MCC Economics, UAE GDP forecasting paper.

The method in more detail

The sections below set out how the models were built and tested, for readers who want the full method behind the results above. The complete paper, with every equation and table, is available through the links in the references.

What data and approach did the study use?

The study drew on a dataset of 426 variables from more than 20 sources, ranging from broad measures like inflation and unemployment to sector-specific ones like oil production, new business licences and hotel guests. Sources included the UAE Federal Competitiveness and Statistics Centre, the Statistics Centre of Abu Dhabi, the Central Bank of the UAE, the International Monetary Fund, the World Bank and Bloomberg. Real GDP data ran annually from 1975 to 2023, in constant 2014 prices and local currency. To test each model fairly, the study used a rolling forecast: it trained the model on the earlier years, forecast the next period, then added the real result and forecast again, repeating across a testing window. This measures how a model would have performed in practice, year after year, rather than on a single lucky forecast.

How was the ARIMA model chosen?

ARIMA has three settings, written ARIMA(p,d,q), that control how much past data, how much differencing, and how many past errors the model uses. Choosing them well is the whole task. The study first checked whether GDP was stationary, meaning its statistical behaviour is stable over time, using autocorrelation plots and the Augmented Dickey-Fuller test. GDP was not stationary in its raw form and needed differencing. The study then estimated nine candidate ARIMA specifications and compared them using two standard scoring measures, the Akaike and Bayesian Information Criteria, which reward accuracy while penalising needless complexity. The specification ARIMA(1,2,1) scored best on both and was adopted. The three plots below are the diagnostic tools used to reach that choice.

Figure 3: Autocorrelation of United Arab Emirates GDP. The slow, steady decline across years signals that GDP is not stationary in its raw form and needs differencing.

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

What it shows: how strongly GDP in one year relates to GDP in earlier years. Key takeaway: the slow decline is the visual signature of a non-stationary series, which is why the data needed differencing before modelling.

The Augmented Dickey-Fuller test on the GDP level, reproduced from the source. Interactive on the live page: hover the box for the plain-language reading.

Augmented Dickey-Fuller Test on GDP level
DF = -1.8841Lag order = 3p-value = 0.6204
The p-value of 0.62 means the test cannot reject non-stationarity: GDP in its raw level form is not stationary, so the series needs differencing before an ARIMA model can be fitted.

Figure 4: Autocorrelation of GDP after differencing once. The pattern settles closer to zero, indicating the differenced series is closer to stationary.

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

What it shows: the same test after differencing once. Key takeaway: the pattern settles towards zero, so one round of differencing brings the series close to stationary.

The Augmented Dickey-Fuller test on the first difference of GDP, reproduced from the source. Interactive on the live page: hover the box for the plain-language reading.

Augmented Dickey-Fuller Test on the first difference of GDP
DF = -3.2059Lag order = 3p-value = 0.0975
After differencing once, the p-value falls to 0.0975: stationary at the 10 percent level but not at 5 percent, the borderline result that led the paper to test both single and double differencing across its ARIMA specifications.

Figure 5: Partial autocorrelation of GDP, used to judge how many autoregressive and moving-average terms the model needs.

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

What it shows: the partial autocorrelation of GDP. Key takeaway: this plot guides how many autoregressive and moving-average terms the model needs, feeding directly into the nine specifications tested below.

Table 4: The nine ARIMA specifications tested, scored by the Akaike and Bayesian Information Criteria where lower is better; the chosen specification, ARIMA(1,2,1), scored best on both.

SpecificationAkaike (AIC)Bayesian (BIC)
ARIMA (0,1,0)936.41938.05
ARIMA (1,1,0)928.59931.87
ARIMA (1,1,1)926.18931.09
ARIMA (0,2,0)912.90914.51
ARIMA (1,2,0)909.55912.77
ARIMA (1,2,1) chosen901.42906.25
ARIMA (2,2,1)903.29909.74
ARIMA (3,1,1)928.99937.18
ARIMA (3,2,1)904.86912.92

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

What it shows: the nine candidate ARIMA specifications scored by the Akaike and Bayesian criteria, where lower is better. Key takeaway: ARIMA(1,2,1) scores best on both measures, which is why it was adopted.

How was the VAR model built?

VAR tracks GDP alongside other economic measures and treats them all as moving together, so the first task is choosing which measures to include. Following an approach used for Switzerland and the euro area, the study used the gross value added of each economic sector, meaning how much each sector contributes to output. It then ran a correlation check of every sector against GDP and kept only those correlating above 20 percent, to avoid cluttering the model with weak signals. Mining and quarrying, which includes oil and gas, correlated most strongly at 0.64, followed by wholesale and retail trade at 0.54 and manufacturing at 0.50. The study estimated two versions, VAR(1) and VAR(2). VAR(1) scored better on one measure and VAR(2) on the other, so both were carried into the forecast tests, where VAR(2) proved the more accurate and consistent.

Table 5: How each economic sector correlates with GDP, the screen used to choose the VAR model’s inputs (the source paper’s TABLE VI); sectors below the 20 percent threshold were dropped.

SectorCorrelation with GDP
Mining and quarrying (includes crude oil and natural gas)0.641
Wholesale and retail trade and Hotels & Restaurants0.543
Manufacturing0.496
Real estate and business services0.313
Transport, Storage and Communication0.294
Electricity, gas, and water supply; waste management0.270
Construction0.240
Financial and insurance0.219
Government Services Sector0.150
Activities of households as employers0.123
Agriculture, forestry and fishing-0.074
Social and Personal services-0.145

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

Table 6: The two VAR specifications scored by the Akaike and Bayesian Information Criteria, where lower is better (the source paper’s TABLE VII).

SpecificationAkaike (AIC)Bayesian (BIC)
VAR(1)-627.23-482.25
VAR(2)-715.68-444.9

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

What it shows: VAR(1) wins on the Bayesian criterion and VAR(2) on the Akaike, the ambiguity that led the paper to carry both into the forecast tests. Key takeaway: the criteria disagree, so the forecasts themselves settled it, and VAR(2) proved the more accurate over five-year windows.

How was the linear regression model built?

The regression model links GDP to a set of economic drivers, so the task is choosing the right drivers and confirming the relationship holds. The study started from nine candidate variables chosen for their known links to GDP, including unemployment, inflation, interest rates, oil production, oil consumption, the global oil price, exports and imports. It checked for multicollinearity, the problem where two inputs move so closely together that the model cannot tell their effects apart, and found only exports and the global oil price were highly correlated, at 84 percent. Through repeated testing it narrowed the model to the variables with the most explanatory power. The final models linked GDP growth to interest rates, oil production, exports and imports, and explained a majority of the variation in GDP growth, but their forecast accuracy depended heavily on the quality of the input forecasts, as the results above showed.

Table 7: The nine candidate variables considered for the regression model, with the reason each was selected (the source paper’s TABLE VIII).

VariableUnitAvailable periodWhy selected
GDPMillion AED, 2014 constant prices1975-2023Target variable
Unemployment% of Labour Force1986-2022Tends to correlate negatively with GDP
InflationIndex, 2014 = 1001975-2022Tends to correlate positively with GDP
Interest Rate%1975-2022Tends to correlate negatively with GDP
Oil ProductionThousand Barrels per day1975-2022Part of the Oil sector GVA
Oil ConsumptionThousand Barrels per day1975-2022Large part of the country’s energy matrix
Global Oil PriceUSD per Barrel1990-2022May influence due to the weight of Oil in the UAE economy
ExportsMillion AED, 2014 constant prices1982-2021Component of the expenditure calculation of GDP
ImportsMillion AED, 2014 constant prices1982-2021Component of the expenditure calculation of GDP

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

Figure 6: The estimated regression Model 1

Regression on Δlog(GDPₜ) ~ Δlog(Interest Ratesₜ) + Δlog(Oil Productionₜ) +
Δlog(Exportsₜ) + Δlog(Interest Ratesₜ₋₂)
CoefficientSEt valuep-valueSignificance
level
InterceptThe constant term: strongly significant, anchoring average GDP growth in the estimation.0.0366940.0052117.0427.89E-070
Interest RatesSignificant at the 1 percent level: interest-rate movements carry real explanatory weight in the model.0.0184610.0071162.5940.01730.01
Oil ProductionSignificant at the 10 percent level: oil production feeds directly into the oil sector’s value added.0.1959210.0995381.9680.06310.1
ExportsSignificant at the 1 percent level: exports are a component of GDP itself, so the link is direct.0.0868280.032612.6630.01490.01
Interest Ratesₜ₋₂Not significant on its own, p-value 0.79, yet the paper found it lifted the model’s overall fit and F-statistic, which is why Model 1 keeps it and Model 2 drops it.0.0021050.0078650.2680.79171
Adjusted R²   0.6146
F − statistic   10.57 on 4 and 20 DFp − value  9.099E-05

Figure 7: The estimated regression Model 2, dropping the interest-rate lag and adding imports

Regression on Δlog(GDPₜ) ~ Δlog(Interest Ratesₜ) + Δlog(Oil Productionₜ) +
Δlog(Exportsₜ) + Δlog(Importsₜ)
CoefficientSEt valuep-valueSignificance
level
InterceptThe constant term: strongly significant in this specification too.0.0413060.0072385.7069.71E-060
Interest RatesSignificant at the 10 percent level in this specification.0.16260.0088161.8440.078640.1
Oil ProductionSignificant at the 10 percent level, as in Model 1.0.182820.1007081.8150.083130.1
ExportsThe strongest driver here, significant at the 1 percent level.0.2018880.0544673.7070.001230.01
ImportsNegative and significant at the 10 percent level: imports subtract from the expenditure measure of GDP, so the sign is as theory expects.-0.1340040.066212-2.0240.05530.1
Adjusted R²   0.5576
F − statistic   9.194 on 4 and 22 DFp − value  1.593E-04

What does the wider literature find?

The paper’s model choice sits on a decade of comparable studies. A systematic review of ten ARIMA papers across eight countries found the family effective wherever it was tried, with the winning specification differing by economy, which is the case for tailoring a model to the United Arab Emirates rather than importing one. And when other authors have raced the same families head to head, the winner has switched with the economy: a VAR won for Albania and an ARIMA for Madagascar. The three tables below carry those results as published.

Table 8: The ten ARIMA studies reviewed by Muma and Karoki, with the specification found best for each economy (the source paper’s TABLE I).

AuthorCountry of focusSpecification
Agrawal (2018)IndiaARIMA (1, 1, 0); ARIMA (1, 1, 1)
Yang et al. (2016)ChinaARIMA (2, 2, 2)
Wabomba et al. (2016)KenyaARIMA (2, 2, 2); ARIMA (1, 1, 0)
Hisham and Amin (2020)SudanARIMA (1, 1, 1)
Abonazel and Abd-Elftah (2019)EgyptARIMA (1, 2, 1)
Sehgal, Bijoy & Deisting (2012)SudanARIMA (0, 1, 0)
Omekara, Okereke & Ehighibe (2016)NigeriaARIMA (2, 1, 3)
Nyoni & Bonga (2019)RwandaARIMA (3, 1, 1)
Ondieki (2014)KenyaARIMA (3, 1, 1); ARIMA (1, 1, 0)
Logubayom, Nasiru & Luguterah (2013)GhanaARIMA (3, 1, 1); ARIMA (1, 1, 0)

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

Table 9: Shahini and Haderi’s comparison of four models for Albania’s quarterly GDP, where the VAR won on every metric (the source paper’s TABLE II).

MetricARIMA GDPARIMA SECBMVAR
Bias129316-30424
Standard Error178624981361956
Mean Squared Forecast Error320022462928091779018902978
Root Mean Squared Forecast Error178925091334950
Mean Average Percentage Error0.650.940.420.38

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

Table 10: Andrianady’s comparison for Madagascar’s GDP, where the ARIMA won instead (the source paper’s TABLE III), the counter-example showing the best model changes with the economy.

MetricARIMAVARMIDAS
Mean Absolute Error49.7972.2667.7
Mean Average Percentage Error4.386.475.96
Root Mean Square Error58.0387.6383.68

Source: MCC Economics, full paper on the Munich Personal RePEc Archive.

References

  1. MCC Economics, Comparative Analysis of ARIMA, VAR, and Linear Regression Models for UAE GDP Forecasting, Munich Personal RePEc Archive, paper 122860. The full paper: source of all results, tables, figures and quotations on this page.
  2. The same paper on SSRN. Alternative access point for the full text.
  3. The same paper on Emirates Scholar. Alternative access point for the full text.
  4. Box and Jenkins, Time Series Analysis: Forecasting and Control, 1976. The methodological foundation for the ARIMA family of models used in the paper.
  5. Muma and Karoki, Modeling GDP Using ARIMA: A Systematic Review, 2022. Cited in the paper for the state of ARIMA-based GDP modelling.
  6. Maccarrone, Morelli and Spadaccini, GDP Forecasting: Machine Learning, Linear or Autoregression, 2021. Cited in the paper for model-comparison practice.
  7. UAE Federal Competitiveness and Statistics Centre, GDP data 1975 to 2023. The primary GDP series tested.

Authors

 What’s next

Financial Modelling - Best Practice Guide

Master financial modeling with our guide - simplified insights for effective planning, structure, and future adaptability

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

Block quote

Ordered list

  1. Item 1
  2. Item 2
  3. Item 3

Unordered list

  • Item A
  • Item B
  • Item C

Text link

Bold text

Emphasis

Superscript

Subscript

Business Case Development

Empower UK government departments with structured case studies, optimizing public resources effectively.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

Block quote

Ordered list

  1. Item 1
  2. Item 2
  3. Item 3

Unordered list

  • Item A
  • Item B
  • Item C

Text link

Bold text

Emphasis

Superscript

Subscript

Featured

This paper has been published on following other platforms

I was delighted that MCC's work was completed on time, and within budget, helping us deliver important changes and improvements, to the benefit of our stakeholders. ​ MCC's report is published on the CCC website.

- Bea Natzler
Team Leader at Climate Change Committee, UK

I am delighted to recommend MCC Economics. Specifically, I worked closely with PJ, who helped us with our Nuclear and CCUS projects. PJ helped us develop new policies and answer questions from our stakeholders. ​​His support helped us deliver important changes and improvements, to the benefit of our stakeholders.

- Gordon Hutcheson
Head of Nuclear Policy at Ofgem, UK

MCC Economics has helped us better understand the most important issues for our stakeholders, including: charges, shareholder returns, debt payments and inflation impacts.

- Leila N. Nasr
Section Head at Department of Energy, Abu Dhabi

I am delighted to recommend PJ and his team at MCC Economics. We've been working together on National Policy Statements to help meet net zero targets for 2030 and 2050. We initially appointed MCC Economics to support us on offshore wind consultation analysis and have recently reappointed MCC Economics to undertake a larger consultation analysis role across all sectors, including hydrogen, CCUS and networks. I can confirm that PJ and his team have shown excellent spreadsheet skills, alongside very good project management, planning and analysis skills, helping us deliver important changes, and continuous improvements, to the benefit of our stakeholders.

- Amy McHugh
Head of Environment in the Energy Infrastructure Planning Policy, UK

I am delighted to recommend PJ and his team from MCC Economics. They helped us with our price controls for Heathrow airport and for NATS (En Route) plc (the air traffic services provider). Specifically, the MCC team helped us deliver important changes and improvements to our financial models and supporting policy documents, to the benefit of our stakeholders.

- Dan Rock
Head of Corporate Finance at CAA, UK

I am delighted to confirm that I worked with PJ on a retail project in 2015. The project helped stakeholders understand electricity costs and charges. Specifically, the project helped us explain to stakeholders, internally and externally, why electricity charges differed across the regions (GB, NI & Ireland). PJ was a key member on the project team, which helped deliver changes and improvements in the understanding of energy retail.

- Kevin Shiels
Director at Utility Regulator, Northern Ireland