in a game I play there's a chance to get a good item with 1/1000. After 3200 runs I only got 1.
So how can I calculate how likely that is and I remember there are graphs which have 1 sigma and 2 sigma as vertical lines and you can tell what you can expect with 90% and 95% sureness.
Sorry if that's asked before, but I don't remember the name of such a graph!
Thanks in advance.
It's an application of the CLT: to apply it should be , $np \geq 5$. We have $np=3.2$; it is low but not very low...say bordeline.
With 95% sureness the interval of what you are expected to find is the following formula
$$[np-2\sqrt{np(1-p)};np+2\sqrt{np(1-p)}]$$
where $p=\frac{1}{1000}$
Substituting your numbers, you get that your expectation of successes is, with a confidence of 95%
$$[1;5]$$
so you are in the range....
If you want a confidence interval at 90% you must substitute 2 with 1.64