Why would I want to use the Statistics Toolbox to do Monte Carlo simulation?
조회 수: 2 (최근 30일)
이전 댓글 표시
Why would I want to use the Statistics Toolbox to do Monte Carlo simulation?
채택된 답변
MathWorks Support Team
2009년 6월 27일
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.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Monte-Carlo에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!