---
title: "The strong law of large numbers"
canonical: "https://modelassist.epixanalytics.com/space/EA/26574952/The%20strong%20law%20of%20large%20numbers"
format: markdown
---
The strong law of large numbers is the principle upon which Monte Carlo simulation is built. In layman's terms, it says that the larger the sample size (i.e. the greater the number of iterations), the closer their distribution (i.e. the risk analysis output) will be to the theoretical distribution (i.e. the exact distribution of the model's output if it could be mathematically derived).

 

This law is intuitively rather obvious and many text books on probability theory reproduce a proof. It is sufficient for our needs just to say that the above law can be proven.

 

 

 

---