This function estimates all the parameters using the EM algorithm. The
iteration is termined when the sum of squared difference of the
current updated values and the previous values of the parameters is
less than DELTA. A list consisting of all the estimated values of the
parameters is returned.