Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why use Monte-Carlo method?

Tags:

montecarlo

When should the Monte-Carlo method be used?

For example, why did Joel decide to use the Monte-Carlo method for Evidence Based Scheduling instead of methodically processing all user data for the past year?

like image 656
Gili Avatar asked May 26 '10 22:05

Gili


People also ask

What is the benefit of Monte Carlo simulation?

A Monte Carlo simulation considers a wide range of possibilities and helps us reduce uncertainty. A Monte Carlo simulation is very flexible; it allows us to vary risk assumptions under all parameters and thus model a range of possible outcomes.

When was Monte Carlo method useful?

In the 1950s Monte Carlo methods were used at Los Alamos for the development of the hydrogen bomb, and became popularized in the fields of physics, physical chemistry, and operations research.

Why Monte Carlo method is best for computing static model?

Compared to deterministic analysis, the Monte Carlo method provides a superior simulation of risk. It gives an idea of not only what outcome to expect but also the probability of occurrence of that outcome. It is also possible to model correlated input variables.


1 Answers

Monte Carlo methods are commonly used when the dimensionality of the problem is too high for traditional schemes. A great introductory paper on the subject is Persi Diaconis' The Markov Chain Monte Carlo Revolution.

like image 95
jmbr Avatar answered Oct 13 '22 19:10

jmbr