| Algorithm 1. The Execution Process of the EM Algorithm |
| Step 1: Initialize and set the iteration counter l = 0 and set ε > 0. |
| Step 2: For , execute the following procedures: |
| (E-step): Calculate |
| (M-step): Update by computing |
| Step 3: If the prescribed convergence condition is satisfied, then set and exit. The optimal ML estimate of Φ is obtained by . Else set and go back to Step 2. |