This is a derivation of Gaussian Mixture Model in the J programming language. It follows the work of Leonid Perlovsky on Dynamic Logic.
The source is in a literate programming format. To extract the source from the markdown file jgmm.ijs.md
do ./mdlp jgmm.ijs.md
and it will generate the source file jgmm.ijs
.