model based clustering

The objective is to estimate the parameter of a statistical model

expectation maximization

flowchart TD A[For each object calculate the probability\n that each object belongs to each distribution]; B[find the parameter that maximize the expected likelihood]; A-->B B-->|repeat until the parameters \n do not change|A