CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/GUIDE.md
docs/REPRODUCIBILITY.md
docs/SYNTAX.md
docs/THEORY.md
examples/01_quickstart.py
examples/02_simulation_var.py
examples/03_monetary_policy.py
examples/04_lorenz96_nonlinear.py
shapneurgc/__init__.py
shapneurgc/api.py
shapneurgc/data.py
shapneurgc/economics.py
shapneurgc/fetch_fred.py
shapneurgc/knockoff.py
shapneurgc/measures.py
shapneurgc/metrics.py
shapneurgc/models.py
shapneurgc/penalties.py
shapneurgc/plots.py
shapneurgc/py.typed
shapneurgc/selection.py
shapneurgc/simulate.py
shapneurgc/stability.py
shapneurgc/tables.py
shapneurgc/train.py
shapneurgc.egg-info/PKG-INFO
shapneurgc.egg-info/SOURCES.txt
shapneurgc.egg-info/dependency_links.txt
shapneurgc.egg-info/requires.txt
shapneurgc.egg-info/top_level.txt
shapneurgc/datasets/us_macro.csv
shapneurgc/datasets/us_macro_raw.csv
tests/test_equations.py
tests/test_pipeline.py