Skip to content

YoannBonnet/em-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Expectation-Maximization (EM) Algorithm Implementation in R

The EM algorithm consists of two main steps: the Expectation step (E-step) and the Maximization step (M-step). In the E-step, the algorithm calculates the expected value of the log-likelihood function given the current estimates of the parameters. In the M-step, the algorithm updates the parameter estimates by maximizing the expected log-likelihood found in the E-step. These two steps are repeated iteratively until the algorithm converges to a local or global maximum.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published