LICENSE
README.md
pyproject.toml
allocation/__init__.py
allocation/base.py
allocation/keyed.py
allocation/moments.py
allocation/schur.py
allocation/thurstone.py
allocation/universe.py
allocation.egg-info/PKG-INFO
allocation.egg-info/SOURCES.txt
allocation.egg-info/dependency_links.txt
allocation.egg-info/requires.txt
allocation.egg-info/top_level.txt
allocation/_schur/__init__.py
allocation/_schur/coupling.py
allocation/_schur/seriation.py
allocation/_thurstone/__init__.py
allocation/_thurstone/ability.py
allocation/_thurstone/calibrate.py
allocation/_thurstone/covariance.py
allocation/_thurstone/diagonal.py
allocation/_thurstone/transport.py
tests/test_schur.py
tests/test_schur_vs_skfolio.py
tests/test_skfolio.py
tests/test_streaming.py
tests/test_thurstone.py