Applying Monte Carlo simulation
Monte Carlo simulation used to study the response of a model to randomly generated inputs. The simulation process takes place in the following three phases:
- N inputs are generated randomly.
- A simulation is performed for each of the N inputs.
- The outputs of the simulations are aggregated and examined. The most common measures include estimating the average value of an output and distributing the output values, as well as the minimum or maximum output value.
Monte Carlo simulation is widely used for the analysis of financial, physical, and mathematical models.
Generating probability distributions
The generation of probability distributions that cannot be found with analytical methods can easily be addressed with Monte Carlo methods. For example, let's say we want to estimate the probability distribution of the damage caused by earthquakes in a year in Japan.
Important Note
In this type of analysis, there are two...