.gitignore
.gitmodules
.readthedocs.yaml
CMakeLists.txt
LICENSE
README.md
build_tbb.py
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/examples/clustering_univ_data.ipynb
docs/examples/estimate_univ_density.ipynb
docs/examples/prior_elicitation.ipynb
docs/source/modules.rst
docs/source/protos.html
docs/source/pybmix.core.rst
docs/source/pybmix.estimators.rst
docs/source/pybmix.proto.rst
docs/source/pybmix.rst
docs/source/pybmix.utils.rst
pybmix/__init__.py
pybmix/example.py
pybmix.egg-info/PKG-INFO
pybmix.egg-info/SOURCES.txt
pybmix.egg-info/dependency_links.txt
pybmix.egg-info/not-zip-safe
pybmix.egg-info/requires.txt
pybmix.egg-info/top_level.txt
pybmix/core/CMakeLists.txt
pybmix/core/__init__.py
pybmix/core/chain.py
pybmix/core/hierarchy.py
pybmix/core/mixing.py
pybmix/core/mixture_model.py
pybmix/core/pybmixcpp/algorithm_wrapper.cpp
pybmix/core/pybmixcpp/algorithm_wrapper.hpp
pybmix/core/pybmixcpp/example.cpp
pybmix/core/pybmixcpp/module.cpp
pybmix/core/pybmixcpp/serialized_collector.cpp
pybmix/core/pybmixcpp/serialized_collector.hpp
pybmix/estimators/__init__.py
pybmix/estimators/cluster_estimator.py
pybmix/estimators/density_estimator.py
pybmix/proto/__init__.py
pybmix/proto/algorithm_id_pb2.py
pybmix/proto/algorithm_params_pb2.py
pybmix/proto/algorithm_state_pb2.py
pybmix/proto/distribution_pb2.py
pybmix/proto/hierarchy_id_pb2.py
pybmix/proto/hierarchy_prior_pb2.py
pybmix/proto/ls_state_pb2.py
pybmix/proto/matrix_pb2.py
pybmix/proto/mixing_id_pb2.py
pybmix/proto/mixing_prior_pb2.py
pybmix/proto/mixing_state_pb2.py
pybmix/proto/semihdp_pb2.py
pybmix/utils/__init__.py
pybmix/utils/combinatorials.py
pybmix/utils/proto_utils.py