- #1
apsiloritis
- 5
- 0
I have some data (4 runs each of about 10 trials) which is binomial with n_hits/N_trials
n/N = 0/11, 0/9, 0/10, 0/10
So, I estimate the probability p = n/N = 0
But how can I calculate an uncertainty on this value?
I thought to try
total N_tot=40 and n_tot=1, so p_tot=1/40 = 0.025
(i.e., assume one of the trials happened to be successful instead of not)
Then s = sqrt[ 0.025 * (1-0.025)/40] = 0.0247 (approx. 1/40)
is this a valid way of doing this? Or should I be looking at some confidence test?
Hope someone can help! Thanks.
n/N = 0/11, 0/9, 0/10, 0/10
So, I estimate the probability p = n/N = 0
But how can I calculate an uncertainty on this value?
I thought to try
total N_tot=40 and n_tot=1, so p_tot=1/40 = 0.025
(i.e., assume one of the trials happened to be successful instead of not)
Then s = sqrt[ 0.025 * (1-0.025)/40] = 0.0247 (approx. 1/40)
is this a valid way of doing this? Or should I be looking at some confidence test?
Hope someone can help! Thanks.