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 f(X) where X has density p
Elementary Monte Carlo identity
Ep[f(X)]=∫f(x)p(x)dx
Assume we have a way of drawing samples from density p, we can approximate the integral above by (with access of function f and Distribution Sampling)
f^=m1∑i=1mf(xi),w0∼p
This is unbiased estimator: Ef^=E[f(X)] It approximates better as m grows.
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.