Consider clustering 1D data with a mixture of 2 Gaussians using the EM algorithm. You are given the data points x1=1,x2=10,x3=20.
Suppose the output of the E-step is as follows:
λ11=1,λ21=0λ12=0.4,λ22=0.6λ13=0.1,λ23=0.9,
where λCi denotes the probability of the i-th data point to be in cluster C. After performing the M-step for the means μ1 and μ2, what are the updated means?