Eli5: What is the Monte Carlo method?

457 viewsMathematicsOther

Eli5: What is the Monte Carlo method?

In: Mathematics

5 Answers

Anonymous 0 Comments

Basically, it’s a way for computers to estimate the answer to a mathematical problem by taking a bunch of random samples.

For example, lets say you wanted to figure out the area of a circle. What you would do is draw a square around the circle that touches the edges and generate random points in that square. For each point, you calculate whether it is in the circle or not and then count the ones that are in the circle and not in the circle. If you generate enough samples, you should get that about 78.5% of the points are in the circle, so you can estimate that the area of the circle is 78.5% the area of the square.

You are viewing 1 out of 5 answers, click here to view all answers.