Why would I want to use the Statistics Toolbox to do Monte Carlo simulation?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Why would I want to use the Statistics Toolbox to do Monte Carlo simulation?
Respuesta aceptada
  MathWorks Support Team
    
 el 27 de Jun. de 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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Monte-Carlo en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
