LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
src/rolch/__init__.py
src/rolch/abc.py
src/rolch/coordinate_descent.py
src/rolch/gram.py
src/rolch/information_criteria.py
src/rolch/link.py
src/rolch/online_gamlss.py
src/rolch/online_lasso.py
src/rolch/scaler.py
src/rolch/utils.py
src/rolch.egg-info/PKG-INFO
src/rolch.egg-info/SOURCES.txt
src/rolch.egg-info/dependency_links.txt
src/rolch.egg-info/requires.txt
src/rolch.egg-info/top_level.txt
src/rolch/distributions/__init__.py
src/rolch/distributions/johnsonsu.py
src/rolch/distributions/normal.py
src/rolch/distributions/studentt.py
tests/test_coordinate_descent.py