M5: Monte Carlo simulation Flashcards
1
Q
What is monte carlo simulation suitable for?
A
Is suitable for:
o Any distribution function of the random variables
o Large uncertainties
o Complex equations
2
Q
List the 5 steps in the monte carlo procedure
A
- Specify probability distributions for all input parameters in place of
constant values - Draw a random sample of all input parameters
- Compute the result for the selected set of random samples
- Repeat 2 and 3 for many trials (hundreds or thousands of iterations)
- -> Law of large numbers says convergence
- Analyze the resulting model outputs using statistics
- -> Histogram, mean, standard deviation…
3
Q
Mention the two ways uncertainty propagation can be done.
A
• Uncertainty propagation can be done analytically or numerically
–> numerical (MC) approach is simpler (for complex problems) and more flexible (not limited to normal distributions) but requires a computer