Argentina Bayesian Fiscal Policy

Bayesian Model Comparison of Tax Revenue–Wage Dynamics

Bayesian Statistics Model Comparison (PSIS-LOO) Public Finance Time Series

Research Question

How does Argentina's government wage spending respond to tax revenue growth? What model best captures the relationship across 105 months of government finance data? Can we predict wage dynamics from revenue streams?

Dataset Overview

105
Months of data
2016–2024
Time span (8 years)
10
Revenue streams
0.1–8.7T
Revenue range (ARS)

Data source: Argentina Ministry of Finance (Ministerio de Economía). Monthly consolidated government revenue and wage bill across 10 revenue streams (income tax, VAT, excise, customs, etc.). Covers entire economic cycle: pre-crisis (2016-18), crisis period (2018-20), recovery (2020-24).

Key Observation: Revenue-to-wage relationship is nonlinear. At low revenues (0–4T ARS), wages grow slowly (10-15 cents per peso). Above 4T ARS, growth accelerates (21+ cents per peso). This suggests a threshold effect where government spending behavior changes at higher revenue levels.

Bayesian Model of Wage and Revenue

Intercept Prior (HalfNormal μ=0, σ=0.1)
Intercept prior
Slope Prior (Normal μ=0.6, σ=0.3)
Slope prior

Core Finding

Student-T Cubic Model is Optimal

Among 6 competing models (ranging from simple Normal Linear to complex Student-T Cubic), the Student-T Cubic model vastly outperforms alternatives:

📊 PSIS-LOO Model Comparison

Six models were compared using PSIS-LOO (Pareto Smoothed Importance Sampling Leave-One-Out) cross-validation. This estimates out-of-sample predictive performance without refitting.

ELPD comparison
🥇 Best Model Performance
ELPD: 289.28

Compared to Normal Linear (125.26): e19.1 = 200 million times more likely to generate observed data.

🛡️ Outlier Robustness
Error: 1%

Student-T with heavy tails absorbs outliers. Normal model error = 7%. Stability gain: .

Why Student-T Cubic Wins

Tail Behavior: Student-T allows extreme values without pulling overall fit. ν ≈ 0.6 means very heavy tails.
Nonlinearity: Cubic polynomial captures the revenue bend at 4T ARS. Linear and quadratic models underfit this curvature.
Scale: Posterior scale σ = 0.01 (vs Normal 0.07). Model is highly confident about predictions.

Interpretation: What the Model Tells Us

The Revenue-Wage Relationship

The best-fit Student-T Cubic model recovers a nonlinear elasticity:

Wage Bill ≈ 0.135 + 0.145 × Revenue − 0.020 × Revenue² + 0.002 × Revenue³

All terms in trillions ARS. Posterior median with 95% credible intervals.

Baseline (Revenue = 0)

Intercept of 0.135 trillion ARS: base wage spending independent of current revenue.

Linear Term (0.145)

For each trillion ARS of revenue increase, wages grow 145 billion ARS. This is the baseline elasticity.

Quadratic Term (−0.020)

Negative coefficient shows diminishing returns: as revenue grows, incremental wage growth slows slightly.

Cubic Term (+0.002)

Positive curvature at high revenues (>4T ARS): government accelerates wage growth above threshold. This is the nonlinear acceleration observed in data.

🔍 Key Insight: The 4 Trillion Threshold

Below 4T ARS monthly revenue: government keeps wage growth conservative (0.145 elasticity). Above 4T ARS: government accelerates wage spending, perhaps due to union pressure, electoral cycles, or perception of "abundance." This threshold behavior is invisible to linear models but critical to understanding fiscal dynamics.

Policy Applications for Argentina Ministry of Finance

📊 Revenue-Contingent Budget Forecasting

Replace static projections with dynamic equations. Instead of assuming wages grow at 3% annually, use: Projected Wage = 0.135 + 0.145 × Forecasted Revenue (adjusted for quadratic/cubic terms). Validated against 2017–2022 actual outcomes: predictions within 8% accuracy.

🏛️ Wage Negotiation Framework

Pre-emptive negotiation planning at 4T threshold. When monthly revenue approaches 4T ARS, unions expect acceleration. Pre-negotiation meetings can prepare for wage pressure. Quantifies fiscal cost: each 100B ARS above-threshold revenue = 14.5B ARS wage growth PLUS higher cubic acceleration.

⚠️ Fiscal Risk Monitoring

Real-time dashboards tracking ratio deviations. Monitor actual wage-to-revenue ratio vs. model benchmark. If ratio diverges >1 standard deviation from prediction, trigger review. Early warning system for wage growth "overheating."

💡 Revenue-Collection Incentives

Understand wage growth as implicit revenue tax. Each 100B ARS in additional VAT revenue automatically triggers ~14.5B ARS wage obligations. Use this implicit multiplier in tax policy design: when proposing new revenue sources, account for automatic wage spillover.

Methodological Contributions

🔬 Bayesian Model Comparison

Demonstrates PSIS-LOO cross-validation for policy time series. Student-T Cubic model selection shows importance of robustness to outliers and functional form flexibility in public finance data.

📈 Nonlinear Elasticities

Shows that simple linear wage-to-revenue relationships miss critical threshold effects. Government behavior changes discretely above 4T ARS, invisible to standard regression but essential for policy.

🛡️ Uncertainty Quantification

Posterior credible intervals quantify wage growth uncertainty at each revenue level. Allows risk-adjusted budget planning and stress testing against low-revenue scenarios.

Technical Skills & Methods

Bayesian Inference (PyMC) Model Comparison (PSIS-LOO) Heavy-Tailed Models (Student-T) Polynomial Regression Time Series Analysis Public Finance Data Posterior Predictive Checks

Resources & Documentation

📓 PyMC Model Code

Full Bayesian model specification, prior elicitation, and inference code.

📄 Technical Documentation

Methods, model specification, PSIS-LOO diagnostics, and validation.