Code

Replication packages and research software for working papers. Each bundle is kept close to the corresponding paper and includes the scripts needed to reproduce the reported numerical claims.

Public Inference and Funding Fragility

Replication code | Python | Working paper, 2026

Numerically verifies the wedge equilibrium, Kyle neutrality benchmark, discovery-funding tradeoff, iso-dispersion primitive path, constructed binding equilibrium, amplification threshold, and welfare calculations reported in the paper.

Run locally with:

pip install -r requirements.txt
python code/run_all.py
  • wedge_equilibrium.py: wedge equilibrium identities and tradeoff checks.
  • iso_dispersion_path.py: iso-dispersion primitive path.
  • constructed_equilibrium.py: binding equilibrium, table values, and threshold.
  • welfare.py: constrained-efficient margin sensitivity calculations.