figaro.mixtureΒΆ

Classes

DPGMM(bounds[, prior_pars, alpha0, probit, ...])

Class to infer a distribution given a set of samples.

HDPGMM(bounds[, alpha0, prior_pars, ...])

Class to infer a distribution given a set of observations (each being a set of samples).

density()

Class to initialise a common set of methods for mixture models.

mixture(means, covs, w, bounds, dim, n_cl, n_pts)

Class to store a single draw from DPGMM/(H)DPGMM.