Monte Carlo Approximation, Monte Carlo Estimation, Generalized version ofThe law of Large number
Approximation by repeated random sampling (probabilistic simulation)
Integration technique usually to transform discrete to continuous distribution. For example when we compute the expectation of where has density
Elementary Monte Carlo identity (Monte Carlo estimate of an integral)
Assume we have a way of drawing samples from density , we can approximate the integral above by (with access of function and Distribution Sampling)
This is unbiased estimator: It approximates better as grows.
The stochasticity trick of Monte Carlo method (Importance sampling)
Assume you have a difficult integral to compute
The Monte Carlo estimator for performs better than sampling from the original distribution when it has lower variance. For comparison, the variance of is , while the variance of is - with lower variance being preferable.
In short, Monte Carlo methods enable us to estimate any integral by random sampling. InBayesian Statistics, Evidence is also form of integral so it becomes tractable.
Monte Carlo variance
Monte Carlo Methods