방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 최대우도추정법× | EM 알고리즘× | |
|---|---|---|
| 분야 | 통계학 | 통계학 |
| 계열≠ | Regression model | Machine learning |
| 기원 연도≠ | 1922 | 1977 |
| 창시자≠ | R. A. Fisher | Dempster, Laird & Rubin |
| 유형≠ | Parametric point estimator | Iterative optimization algorithm |
| 원전≠ | 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 ↗ | 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 ↗ |
| 별칭 | MLE, maximum-likelihood estimator, ML estimation, Fisher's method of maximum likelihood | EM, Expectation-Maximization, Maximum Likelihood via Incomplete Data, BM Algoritması |
| 관련≠ | 4 | 2 |
| 요약≠ | 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. | 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. |
| ScholarGate데이터셋 ↗ |
|
|