LICENSE.txt
README.md
pyproject.toml
setup.cfg
src/rodeo/__init__.py
src/rodeo/interrogate.py
src/rodeo/solve.py
src/rodeo/utils.py
src/rodeo.egg-info/PKG-INFO
src/rodeo.egg-info/SOURCES.txt
src/rodeo.egg-info/dependency_links.txt
src/rodeo.egg-info/requires.txt
src/rodeo.egg-info/top_level.txt
src/rodeo/inference/__init__.py
src/rodeo/inference/basic.py
src/rodeo/inference/dalton.py
src/rodeo/inference/fenrir.py
src/rodeo/inference/magi.py
src/rodeo/inference/random_walk_aux.py
src/rodeo/kalmantv/__init__.py
src/rodeo/kalmantv/square_root.py
src/rodeo/kalmantv/standard.py
src/rodeo/prior/__init__.py
src/rodeo/prior/ibm.py
src/rodeo/prior/indep_init.py
tests/test_add_sqrt.py
tests/test_fitz.py
tests/test_rodeofor.py
tests/test_rodeojit.py
tests/test_square_root.py
tests/test_standard.py