ANUBIS implements the inference of a multivariate probability density given a set of samples and one or more parametric models. The Augmented Mixture Model, or AMM, is a finite mixture of parametric models augmented with a DPGMM to capture the potential features missed by the parametric models:
Please install this code with pip install anubis
(stable version) or pip install .
after cloning this repository (development version, potentially unstable).