.gitignore
.python-version
CITATION.cff
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/docs_latest.yml
.github/workflows/docs_stable.yml
.github/workflows/docs_test.yml
.github/workflows/prepare_release.yml
.github/workflows/publish.yml
docs/Makefile
docs/make.bat
docs/source/api_reference.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/version_tabs.css
examples/0_benchmark_rust.ipynb
examples/1_quickstart.ipynb
examples/data/rust1987_group4.csv
scripts/update_version.py
src/econox/__init__.py
src/econox/_version.py
src/econox/config.py
src/econox/optim.py
src/econox/protocols.py
src/econox/py.typed
src/econox/utils.py
src/econox.egg-info/PKG-INFO
src/econox.egg-info/SOURCES.txt
src/econox.egg-info/dependency_links.txt
src/econox.egg-info/requires.txt
src/econox.egg-info/top_level.txt
src/econox/logic/__init__.py
src/econox/logic/distribution.py
src/econox/logic/dynamics.py
src/econox/logic/feedback.py
src/econox/logic/terminal.py
src/econox/logic/utility.py
src/econox/methods/__init__.py
src/econox/methods/analytical.py
src/econox/methods/base.py
src/econox/methods/numerical.py
src/econox/methods/variance.py
src/econox/solvers/__init__.py
src/econox/solvers/dynamic_programming.py
src/econox/solvers/equilibrium.py
src/econox/structures/__init__.py
src/econox/structures/model.py
src/econox/structures/params.py
src/econox/structures/results.py
src/econox/workflow/__init__.py
src/econox/workflow/estimator.py
src/econox/workflow/simulator.py
tests/test_estimation_method.py
tests/test_ge.py
tests/test_nfxp.py
tests/test_simulator.py
tests/test_terminal.py
tests/test_utility.py
tests/test_value_iteration.py