Re: At least j successes (out of k Binomial trials)



Depending on the values of k and j one prefers
to use

___p (at least j successes) =
= p(j) + p(j+1) + ... + p(k)_____________[1]

___ p (at least j successes) =
___1 - (p(0) + p(1) + ... + p(j-1))_______ [2]


A particularly simple method is used for the case j=1
(of at least one success) because it is the
complementary of no successes among k trials.

Because
___1 = ((1- p) + p) ^ k =
___ = sum kCj * (1-p) ^(k-j) * k^j ____0<=j<=k
___= (1-p) ^k + sum kCj * (1-p) ^(k-j) * k^j
_______________________________1<=j<=k



This equation is incorrect. For example, set p=0 and k=1. Then the right side is

(1-0)^1 + Sum[1C1*(1-0)^(1-1)*1^1] =
1+(1*1*1) = 2, which is not the same as 1.

Jack




We have ( the generic term of this sum is the
probability to occur EXACTTLY j successes or,
what is the same thing, to occur exactly k-j
failures):

___1 - (1-p)^k = p(at least 1 success)




_____licas (Luis A. Afonso)
.



Relevant Pages

  • Re: Martingale in the field
    ... The chances of getting *any* specific fair coin flipping ... rolls, just much less likely than ALL the other sets of rolls put ... This same principle can be illustrated by examining the probability ... Probability of exactly 0 successes in 10 trials is 0.000976562 ...
    (rec.gambling.craps)
  • Re: Multiplicative Chernoff bound
    ... and the average number of failures and successes m per sample. ... the chernoff bound to find e such that with probability c, ... relative error of my estimation m of p is as small as I want (with ... and the confidence intervals from this will be asymptotically ...
    (sci.stat.math)
  • Re: please check my homework
    ... > /* return the probability of x successes in n events, ... > given the probability p for success in a single event, ... In the above comment you should specify that n must be a positive integer, ...
    (comp.programming)
  • Re: Simple confidence interval
    ... Say I run 10 trials and I get 7 successes. ... Is there a way to calculate a probability range (such ... You can obtain confidence intervals for the binomial parameter by using the relationship between the binomial distribution and the beta distribution and the relationship between the beta distribution and the F distribution. ... Let x be the observed number of successes, n be the number of trials, and 1-alpha be the confidence level. ...
    (sci.stat.math)
  • Re: Incoherent Odds?
    ... Probability is a measurement of the likelihood of an event happenning. ... the limit of the ratio s/n, ... odds are the ratio of failures to successes (where ... you get four failures for every one success; ...
    (sci.math)

Quantcast