.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
README.md
environment.yml
pyproject.toml
readthedocs.yaml
setup.cfg
.github/workflows/build.yaml
.github/workflows/ci.yaml
benchmarks/.gitignore
benchmarks/asv.conf.json
benchmarks/benchmarks/__init__.py
benchmarks/benchmarks/kclass.py
benchmarks/benchmarks/tests.py
docs/Makefile
docs/bib.bib
docs/conf.py
docs/index.rst
ivmodels/__init__.py
ivmodels/confidence_set.py
ivmodels/quadric.py
ivmodels/simulate.py
ivmodels/summary.py
ivmodels/utils.py
ivmodels.egg-info/PKG-INFO
ivmodels.egg-info/SOURCES.txt
ivmodels.egg-info/dependency_links.txt
ivmodels.egg-info/requires.txt
ivmodels.egg-info/top_level.txt
ivmodels/models/__init__.py
ivmodels/models/anchor_regression.py
ivmodels/models/kclass.py
ivmodels/models/pulse.py
ivmodels/models/space_iv.py
ivmodels/tests/__init__.py
ivmodels/tests/anderson_rubin.py
ivmodels/tests/conditional_likelihood_ratio.py
ivmodels/tests/lagrange_multiplier.py
ivmodels/tests/likelihood_ratio.py
ivmodels/tests/pulse.py
ivmodels/tests/rank.py
ivmodels/tests/wald.py
tests/test_confidence_set.py
tests/test_quadric.py
tests/test_simulate.py
tests/test_summary.py
tests/test_utils.py
tests/models/test_anchor_regression.py
tests/models/test_compare_to_linearmodels.py
tests/models/test_k_class.py
tests/models/test_pulse.py
tests/tests/test_anderson_rubin.py
tests/tests/test_conditional_likelihood_ratio.py
tests/tests/test_lagrange_multiplier.py
tests/tests/test_likelihood_ratio.py
tests/tests/test_rank.py
tests/tests/test_tests.py
tests/tests/test_wald.py