Algorithm 1 Wind turbine derated power operation data outlier detection |
Require: the sample set of turbine output power and nacelle wind speed pair , discretized wind speed interval number , wind turbine theoretical power curve function , probability threshold . 1. Initialize the model parameters to obtain the optimal power level number and the initial values of the mixed probability model parameters . 2. While have no convergence. Do 3. E-step: For each sample and the derated power , calculate . 4. M-step: Update parameters 5. 6. 7. 8. 9. End while. 10. Calculate the posterior probability of each sample under each derated power state according to iterative parameters. 11. Calculate the derated power level to which the sample belongs. 12. For each derated power , the sample set whose posterior probability is lower than the threshold is marked as outlier data. |