How can I change binomial distribution formula to do:
successes of at least 2 (this equates to 1 - f(0) - (f1)
number of trials 6
probability of both f((0) and f(1) individually equal .23
How can I change binomial distribution formula to do:
successes of at least 2 (this equates to 1 - f(0) - (f1)
number of trials 6
probability of both f((0) and f(1) individually equal .23
You have not specified the binomial p, but I will guess that p=0.4 from your
ambiguously worded "probability of both f(0) and f(1) individually equal 0.23"
=1-BINOMDIST(1,6,0.4,TRUE)
returns 0.76672.
Jerry
"GH" wrote:
> How can I change binomial distribution formula to do:
>
> successes of at least 2 (this equates to 1 - f(0) - (f1)
> number of trials 6
> probability of both f((0) and f(1) individually equal .23
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks