macroeconomic-uncertainty

Automate construction and analysis of Euro Area MacroEconomic Uncertainty measures.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/BellerNiklas/Replication-Comunale-Ngyuen-2025-MEU- --skill macroeconomic-uncertainty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: macroeconomic-uncertainty
Source: https://github.com/BellerNiklas/Replication-Comunale-Ngyuen-2025-MEU-/tree/main
Command: npx skills add https://github.com/BellerNiklas/Replication-Comunale-Ngyuen-2025-MEU- --skill macroeconomic-uncertainty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, joblib, plotly, r-base, r-coda, r-jsonlite, r-stochvol, scipy, statsmodels, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill rebuilds and analyzes the MacroEconomic Uncertainty (MEU) pipeline from Comunale and Nguyen (2025) for the Euro Area, offering automated data fetching, cleaning, analysis, and visualization of MEU measures.

Core Features & Use Cases

  • Automated Data Fetching: Fetches public monthly data from Eurostat, ECB, OECD, and BIS.
  • Data Cleaning: Performs strict cleaning and stationarity transformations on data.
  • Analysis: Estimation of factor-based forecast errors, stochastic-volatility models, and horizon-specific uncertainty.
  • Visualization: Generates final Plotly figures for MEU availability and comparisons.
  • Use Case: This Skill can be used to analyze the economic uncertainty of the Euro Area over specific horizons, providing valuable insights for policymakers and economists.

Quick Start

Run the skill with the following command: pixi run pytask

Frequently Asked Questions about macroeconomic-uncertainty

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I measure macroeconomic uncertainty for the Euro Area using stochastic volatility models?

This Skill automates measuring macroeconomic uncertainty by fetching public data from Eurostat and ECB, applying stationarity transformations, and estimating factor-based forecast errors with stochastic-volatility models to produce horizon-specific uncertainty indices.

What data sources do I need for Euro Area economic uncertainty time-series analysis?

You need public monthly data from Eurostat, ECB, OECD, and BIS for Euro Area economic uncertainty time-series analysis. The pipeline automates fetching these sources, then applies strict cleaning and stationarity transformations before estimating stochastic-volatility models.

Do I need both Python and R environments to run the macroeconomic uncertainty pipeline?

Yes, running the macroeconomic uncertainty pipeline requires both Python and R environments. It uses Python packages like pandas and statsmodels alongside R packages like r-stochvol and r-coda to estimate stochastic-volatility models and factor-based forecast errors.

How do I build and visualize MacroEconomic Uncertainty indices step by step?

To build and visualize MacroEconomic Uncertainty indices step by step, run `pixi run pytask`. This command automates data fetching, stationarity transformations, stochastic-volatility estimation, and generates final Plotly figures comparing MEU availability across horizons.

Can I use pandas and statsmodels with R packages for time-series analysis in one workflow?

Yes, you can use pandas and statsmodels with R packages like r-stochvol and r-coda for time-series analysis in one workflow. The pipeline integrates both environments seamlessly, optimized for reproducibility using the pixi and pytask frameworks to manage dependencies.

What are the limitations of using factor-based forecast errors for economic uncertainty estimation?

A limitation of using factor-based forecast errors for economic uncertainty estimation is that the pipeline requires strictly stationary transformed data and is specifically optimized for the Euro Area context. It depends on continuous monthly data availability from ECB and Eurostat.