I have a question about Monte Carlo method. My Matlab model uses a parallel computing to accelerate the calculations with 32 cores.

The main goal is to obtain, after Monte Carlo processing, a Gaussian distribution, then to recover standard deviation. This distribution is provided from 100 000 draws in an uniform density.

Is that the same between:

to use 100 000 draws in an uniform density to obtain the output Gaussian distribution

and

to use 100 000 draws /32 cores in 32 uniform densities (the same that previous uniform density) to obtain 32 output single distributions and to add them to obtain the final Gaussian distribution? As showed in the picture.

Matlab gives the same result, but statistically is it right? Did you have any article that mentioned this similarly?

Thank you.

More Paul Ceria's questions See All
Similar questions and discussions