Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fbielejec/dppmixtures

R code prototypes for DPP gibbs sampler for mixtures of normals.
https://github.com/fbielejec/dppmixtures

Last synced: 16 days ago
JSON representation

R code prototypes for DPP gibbs sampler for mixtures of normals.

Awesome Lists containing this project

README

        

LICENSE
-------
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* wrote this software.
* As long as you retain this notice you can do whatever you want with this stuff.
* If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
* Filip Bielejec.
* ----------------------------------------------------------------------------
*/

PURPOSE
-------
R code prototype of the DPP gibbs sampler for mixtures of normals.
This is a very bad way to code things in R (explicit loops), yet easily ports to different languages.

SOME REFERENCES
---------------
http://xiaodong-yu.blogspot.be/2009/09/gibbs-sampling-for-dp-mixtures.html
http://blog.echen.me/2012/03/20/infinite-mixture-models-with-nonparametric-bayes-and-the-dirichlet-process/
http://www.arbylon.net/resources.html