LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
pyrichlet/__init__.py
pyrichlet/_version.py
pyrichlet/exceptions.py
pyrichlet.egg-info/PKG-INFO
pyrichlet.egg-info/SOURCES.txt
pyrichlet.egg-info/dependency_links.txt
pyrichlet.egg-info/requires.txt
pyrichlet.egg-info/top_level.txt
pyrichlet/mixture_models/__init__.py
pyrichlet/mixture_models/_base.py
pyrichlet/mixture_models/_beta_bernoulli_mixture.py
pyrichlet/mixture_models/_beta_binomial_mixture.py
pyrichlet/mixture_models/_beta_in_beta_mixture.py
pyrichlet/mixture_models/_beta_in_dirichlet_mixture.py
pyrichlet/mixture_models/_dirichlet_distribution_mixture.py
pyrichlet/mixture_models/_dirichlet_process_mixture.py
pyrichlet/mixture_models/_equal_weighted_mixture.py
pyrichlet/mixture_models/_frequency_weighted_mixture.py
pyrichlet/mixture_models/_geometric_process_mixture.py
pyrichlet/mixture_models/_pitman_yor_process_mixture.py
pyrichlet/mixture_models/_utils.py
pyrichlet/tests/__init__.py
pyrichlet/tests/_base.py
pyrichlet/tests/test_convergence.py
pyrichlet/tests/test_mixture_models_gibbs.py
pyrichlet/tests/test_mixture_models_variational.py
pyrichlet/tests/test_weight_models.py
pyrichlet/utils/__init__.py
pyrichlet/utils/functions.py
pyrichlet/utils/validators.py
pyrichlet/weight_models/__init__.py
pyrichlet/weight_models/_base.py
pyrichlet/weight_models/_beta_bernoulli.py
pyrichlet/weight_models/_beta_binomial.py
pyrichlet/weight_models/_beta_in_beta.py
pyrichlet/weight_models/_beta_in_dirichlet.py
pyrichlet/weight_models/_dirichlet_distribution.py
pyrichlet/weight_models/_dirichlet_process.py
pyrichlet/weight_models/_equal.py
pyrichlet/weight_models/_frequency.py
pyrichlet/weight_models/_geometric_process.py
pyrichlet/weight_models/_pitman_yor_process.py