ELi5: What makes a simulation a “Monte Carlo simulation” ?

1.13K views

In other words, is there more to Monte Carlo simulation than sampling a set of parameters from a distribution, and running a simulation of a model with those parameters many times?

In: Mathematics

2 Answers

Anonymous 0 Comments

Monte Carlo is a generic term for any simulation where you run multiple trials with random inputs.

So yes, you have the gist of it.

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