How many times should i run computer simulations to conclude one experiment in netlogo?

风格不统一 提交于 2019-12-13 11:04:46

问题


I am working on a model in netlogo which is a statistical physics based model. How many times should i run the simulation and average the results to conclude the study?


回答1:


As Marzy points out in comments, there is no definitive answer. Many people will pick the magic numbers 20-30 out of a hat and go with that. A common choice is to do a small number (5-10) runs initially, estimate the variance from them, and then project how large a sample size you would need to bring the margin of error (half-width of the confidence interval) down to some desired tolerance.



来源:https://stackoverflow.com/questions/32222777/how-many-times-should-i-run-computer-simulations-to-conclude-one-experiment-in-n

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!