Obtaining useful information from graph obtained via Monte-Carlo Simulations

703 Views Asked by At

I've been running Monte Carlo Simulations on some Matlab code and then plot the graph shown below. I was just wondering what useful information I could collect from this graph?

enter image description here

Edit: enter image description here

fit 1-Lognormal
fit 3-Gamma

1

There are 1 best solutions below

9
On

A Monte Carlo simulation easily gives you access to the mean and variance of the variable you've been simulating, and to the probability of this variable being higher/smaller than a given value. You can also try to guess if the distribution you see can possibly correspond to a standard law, and use some tests to confirm it.