Порівняння методів
Переглядайте обрані методи поруч; рядки з відмінностями підсвічено.
| Багаторівнева Монте-Карло симуляція× | Метод Монте-Карло на основі Марковських ланцюгів (MCMC)× | |
|---|---|---|
| Галузь≠ | Баєсові методи | Імітаційне моделювання |
| Родина≠ | Bayesian methods | Process / pipeline |
| Рік появи≠ | 2008 | 1953 (Metropolis-Hastings); 1984 (Gibbs) |
| Автор методу≠ | Michael B. Giles | Metropolis et al. (1953); Gibbs sampler formalised by Geman & Geman (1984) |
| Тип≠ | variance-reduction simulation | Simulation-based Bayesian inference / numerical integration |
| Основоположне джерело≠ | Giles, M. B. (2008). Multilevel Monte Carlo path simulation. Operations Research, 56(3), 607–617. DOI ↗ | Gelman, A., Carlin, J.B., Stern, H.S., Dunson, D.B., Vehtari, A. & Rubin, D.B. (2013). Bayesian Data Analysis (3rd ed.). Chapman & Hall/CRC. DOI ↗ |
| Інші назви | MLMC, multilevel MC, multi-level Monte Carlo, MLMC simulation | MCMC, Metropolis-Hastings, Gibbs sampling, Markov Zinciri Monte Carlo (MCMC — Metropolis-Hastings, Gibbs) |
| Пов'язані≠ | 4 | 5 |
| Підсумок≠ | Multilevel Monte Carlo (MLMC) is a variance-reduction technique that estimates expectations by combining simulations run at multiple levels of numerical resolution. Coarse, cheap simulations capture most of the signal; fine, expensive simulations correct only the remaining small difference — dramatically reducing total computational cost compared with standard Monte Carlo at the finest level alone. | Markov Chain Monte Carlo (MCMC) is a family of simulation algorithms that constructs a Markov chain whose stationary distribution is the target posterior, enabling Bayesian inference and high-dimensional integral computation that would otherwise be analytically intractable. Pioneered by Metropolis and colleagues in 1953 and extended by Hastings in 1970, MCMC underpins modern Bayesian statistics. The two most widely used variants are Metropolis-Hastings, which proposes moves from a general proposal distribution, and Gibbs sampling, which draws each parameter in turn from its full conditional distribution. |
| ScholarGateНабір даних ↗ |
|
|