Thank you for your answer Pchan.
There is something i dont understand, and sound kinda illogical when i consider these 2 following situations :
Situation 1: parsing crit rates for a MobA, 1k sample size, assume i get p=15% => error=2.2%. Fine np.
Situation 2: parsing crit rates for a MobB, 1k sample size, keeping everything same testing conditions except mob, assume i get p=12% => error will be different if i follow the equation you proposed, since same sample size.
In reality, sounds logical to me if MobB = same mob but 4 levels higher (higher AGI), p will be lower obviously, so should get SAME error for SAME sample size ?
Did i miss something ?
Sorry but there my common sense fail. Please enlighten me
Edit: mmm maybe i found my mistake :
In Situation 1 (p=15%) i should have used N=1000*1.15=1150
total hits => 2% error
In Situation 2 (p=12%) i should have used N=1000*1.12=1120
total hits => 1.9% error
right or wrong ?