Сравнение на методи
Прегледайте избраните методи един до друг; редовете с разлики са откроени.
| Алгоритъмът на очакването-максимизация (EM)× | Оценка по максимално правдоподобие× | |
|---|---|---|
| Област | Статистика | Статистика |
| Семейство≠ | Machine learning | Regression model |
| Година на възникване≠ | 1977 | 1922 |
| Създател≠ | Dempster, Laird & Rubin | R. A. Fisher |
| Тип≠ | Iterative optimization algorithm | Parametric point estimator |
| Основополагащ източник≠ | 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 ↗ | Fisher, R. A. (1922). On the mathematical foundations of theoretical statistics. Philosophical Transactions of the Royal Society of London, Series A, 222, 309–368. DOI ↗ |
| Други названия | EM, Expectation-Maximization, Maximum Likelihood via Incomplete Data, BM Algoritması | MLE, maximum-likelihood estimator, ML estimation, Fisher's method of maximum likelihood |
| Свързани≠ | 2 | 4 |
| Резюме≠ | 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. | Maximum Likelihood Estimation (MLE) is a general-purpose parametric method for estimating the unknown parameters of a statistical model by finding the parameter values that make the observed data most probable. Formalized by R. A. Fisher in his landmark 1922 paper in the Philosophical Transactions of the Royal Society, MLE has become the dominant parameter-estimation paradigm in modern statistics and is the foundational engine behind logistic regression, generalized linear models, structural equation modeling, and virtually all parametric inference procedures. |
| ScholarGateНабор от данни ↗ |
|
|