Monte Carlo

Applies to: general, python, finance, physics

Monte Carlo methods use random sampling to estimate quantities that may be hard to compute directly.

estimate = samples.mean()

See also: random-walk, numerical-integration