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?

Edit:

fit 1-Lognormal
fit 3-Gamma
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?

Edit:

fit 1-Lognormal
fit 3-Gamma
Copyright © 2021 JogjaFile Inc.
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.