This sounds like a case for a Binomial distribution of 'something' happening with a success probability p=0.1, over N=12000 trials (assuming independence between trials). The binomial probability mass formula:
f(x,N,p)=NCx p^x (1−p)^(N−x)
allows the probability distribution (as a function of successful trials) to be drawn. There are lots of online calculators that can be used to graph the binomial distribution. For example the one at: https://keisan.casio.com/exec/system/1180573198 (screenshot attached). From the plotted distribution (well approximated by a Normal for N=12000) the most likely outcome x~1200 (corresponding to 10%) occurs with probability ~ 1.2%, while the minimum and maximum expected are 1100 and 1300 (corresponding to 9.2% and 10.8% respectively for a typical simulation run).
The cumulative probability can also be estimated for outcomes between given lower and upper bounds; for example just by visual inspection it can be estimated that virtually all simulation runs will result in a success probability between 9.2% and 10.8%.
Happy new year!
Iqbal
--
You received this message because you are subscribed to the Google Groups "netlogo-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netlogo-users+unsub...@googlegroups.com.