Monte carlo simulations- vary one parameter at a time or all of them at once?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
(may not be a right MATLAB question but more of a theoretical one)
When you do a Monte-Carlo simulation with several fluctuating input parameters, do you vary all inputs separately or at once?
So if I want to vary 10 parameters in my model and let's say for all the individual parameters, I have 100 different values. So shall I perform 100*10 simulations or 100 simulations for one parameter and then for the next one and so on? Maybe I am unclear about the aim of the monte carlo simulations here.
Thanks :)
0 Kommentare
Akzeptierte Antwort
Torsten
am 18 Apr. 2018
All parameters are varied simultaneously according to their underlying statistical distribution.
Weitere Antworten (0)
Siehe auch
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!