I'm analyzing the security of a secret sharing scheme. One attempt I'm analyzing is "blind luck". I return a random share and hope that noone notices.
The probability $p$ of someone not noticing will be quite small, around $10^{-14}$ [it's meant to be secure, after all]. I have a theoretical lower bound on $p$, but no decent upper bound.
I'm trying to demonstrate that $p$ must be small experimentally. So I simulated $10^9$ attempts: all of them failed. This means the maximum likelihood estimate for $p$ is $0$, which is not useful.
Q: Given that each Bernoulli trial resulted in failure, and it's impractical for me to run enough trials to obtain successes, how can I proceed to find some meaningful conclusions about $p$?
E.g., perhaps we can say something like we can be 99% sure that $p$ is at most [blah].
Use the rule of three for observing zero events. Your 95% confidence interval will be $[0,3/10^9].$ See here for a derivation:
http://www.pmean.com/01/zeroevents.html