Monte Carlo Method

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2022 Apr 3 15:45
Editor
Edited
Edited
2025 Jun 2 15:39

Monte Carlo Approximation, Monte Carlo Estimation, Generalized version of
The 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. In
Bayesian Statistics
,
Evidence
is also form of integral so it becomes tractable.

Monte Carlo variance

Since it is
iid
In other words, as , the variance goes to zero.
Monte Carlo Methods
 
 
 
 
 
 

Recommendations