A Monte Carlo Simulation is a statistical technique used to model the probability of different outcomes in processes that involve uncertainty and randomness. By running a large number of simulations with random variables, it produces a range of possible results along with their likelihood, making it a valuable tool for risk assessment and decision-making.
The method was developed in the 1940s during the Manhattan Project and was named after the Monte Carlo casino in Monaco, reflecting its reliance on random sampling. Today, it is widely applied in fields such as finance, engineering, science, and project management to evaluate uncertainty in complex systems.
The process of Monte Carlo Simulation typically involves:
Formula:
\(
\hat{\theta} = \dfrac{1}{N} \sum_{i=1}^{N} f(x_i)
\)
Where:
– \(N\) = number of simulations
– \(x_i\) = random samples from input distributions
– \(f(x_i)\) = function or model evaluated at each sample
– \(\hat{\theta}\) = Monte Carlo estimate of the expected value
This formula shows that Monte Carlo Simulation approximates an expectation by averaging results from repeated random trials.
Monte Carlo Simulation is applied across many industries:
Example:
A project manager with uncertain task durations runs 10,000 simulations.
Monte Carlo Simulation provides organisations with a data-driven basis for planning, forecasting, and optimisation. By showing the probability of different outcomes, it reduces reliance on assumptions and improves confidence in strategic decisions.