/EMr

From-scratch implementation of Multivariate Expectation-Maximization algorithms.

Primary LanguageR

Content

This repository contains the implementations from scratch of:

  • A multivariate EM algorithm using the standard Wine dataset in R.
  • An example bivariate EM algorithm that is robust to missing values, i.e. NA, in both variables.

Note

The R-markdown html files are zipped into their respective markdown folders along with the source code.