+ Reply to Thread
Results 1 to 2 of 2

[SOLVED] How to Manipulate formula for Binomial Distribution

Hybrid View

  1. #1
    GH
    Guest

    [SOLVED] How to Manipulate formula for Binomial Distribution

    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

  2. #2
    Jerry W. Lewis
    Guest

    RE: How to Manipulate formula for Binomial Distribution

    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


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1