Σύγκριση μεθόδων
Εξετάστε τις επιλεγμένες μεθόδους δίπλα-δίπλα· οι γραμμές που διαφέρουν επισημαίνονται.
| Ο αλγόριθμος Αναμενόμενης-Μέγιστης Τιμής (EM)× | MICE× | |
|---|---|---|
| Πεδίο | Στατιστική | Στατιστική |
| Οικογένεια≠ | Machine learning | Process / pipeline |
| Έτος προέλευσης≠ | 1977 | 2011 |
| Δημιουργός≠ | Dempster, Laird & Rubin | Stef van Buuren & Karin Groothuis-Oudshoorn |
| Τύπος≠ | Iterative optimization algorithm | Iterative multiple imputation algorithm |
| Θεμελιώδης πηγή≠ | Dempster, A. P., Laird, N. M., & Rubin, D. B. (1977). Maximum likelihood from incomplete data via the EM algorithm. Journal of the Royal Statistical Society: Series B, 39(1), 1–38. DOI ↗ | van Buuren, S., & Groothuis-Oudshoorn, K. (2011). mice: Multivariate imputation by chained equations in R. Journal of Statistical Software, 45(3), 1–67. DOI ↗ |
| Εναλλακτικές ονομασίες | EM, Expectation-Maximization, Maximum Likelihood via Incomplete Data, BM Algoritması | Fully Conditional Specification, Sequential Regression Multivariate Imputation, Chained Equations Imputation, Zincirleme Denklemlerle Çoklu Atama |
| Συναφείς≠ | 2 | 3 |
| Σύνοψη≠ | The Expectation-Maximization (EM) algorithm is an iterative optimization procedure for finding maximum likelihood or maximum a posteriori estimates of parameters in statistical models with latent variables or missing data. Introduced by Dempster, Laird, and Rubin in their landmark 1977 paper, EM alternates between computing the expected complete-data log-likelihood (E-step) and maximizing it with respect to the parameters (M-step), guaranteeing monotone non-decreasing likelihood at each iteration. | Multivariate Imputation by Chained Equations (MICE) is an iterative procedure for handling missing data in multivariate datasets. Introduced by Stef van Buuren and Karin Groothuis-Oudshoorn through the R package mice (2011), the algorithm fills each missing variable using a separate regression model conditioned on all other variables, cycling through variables repeatedly until the imputed values converge. The result is m completed datasets that are analysed separately and combined using Rubin's rules. |
| ScholarGateΣύνολο δεδομένων ↗ |
|
|