Why would I want to use the Statistics Toolbox to do Monte Carlo simulation?

3 Ansichten (letzte 30 Tage)
Why would I want to use the Statistics Toolbox to do Monte Carlo simulation?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 27 Jun. 2009
Monte Carlo simulation is a way of seeing how a system will perform with added noise. If the noise you are interested in adding is normal or uniform noise, you can implement a Monte Carlo simulation with MATLAB only. However, if you would like to use a different type of noise, you would need to use the Statistics Toolbox.
The Statistics Toolbox offers twenty different types of random number generators. Also, the random number generators in the Statistics Toolbox allow you to specify the control parameters of the random numbers. You cannot specify parameters in RAND and RANDN, which are the random number generator functions that come in MATLAB.

Weitere Antworten (0)

Kategorien

Mehr zu Monte-Carlo finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by