Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 507 Bytes

Mixture Models

A toolbox for inference of mixture models

Credits

This project extends: https://github.com/mattjj/pybasicbayes

Installation

Easiest way is to create a conda environment

conda create -n NAME python=3.9

Then head to the cloned repository and execute

pip install -e .

Examples

A toy example of fitting a sine wave

python examples/ilr/evaluate_sine.py

A toy example of fitting a step function

python examples/ilr/evaluate_step.py