Learn Before
Concept
Basic Monte Carlo Sampling
When a sum or integral of a variable cannot be computed directly, we can use Monte Carlo sampling to approximate the expected mean and variance of the random variable. For example, if s is a random variable, then or We can approximate s by drawing n samples, and compute its estimator: Similarly, we can obtain expected sampling variance. We can then compute the variance estimator:
By Central Limit Theorem, the random variable thus follows Normal Distribution with mean s and variance .
0
2
Updated 2021-07-15
Tags
Data Science