+ Reply to Thread
Results 1 to 5 of 5

Probability of a streak???

Hybrid View

kras Probability of a streak??? 05-18-2006, 05:26 AM
Guest Re: Probability of a streak??? 05-18-2006, 05:55 AM
Guest Re: Probability of a streak??? 05-18-2006, 11:15 AM
kras Thank you both Pete and... 05-19-2006, 12:46 AM
Guest Re: Probability of a streak??? 05-19-2006, 04:25 AM
  1. #1
    Registered User
    Join Date
    11-09-2005
    Posts
    42

    Probability of a streak???

    Hi everybody,

    I tried to implemented it by myself but found it impossible. I went to Help and searched for Monte Carlo simulation. Read everything what I've found about it, but again, no results. Probably I did the wrong search.

    I'll put it this way: If there is X% probability of event A happening and (1-X)% probability of event B happening, how can I determine the probability of encountering a streak of (2; 3; 4; etc.) events A, respectively events B.

    For example, I've been told that if event A has probability of 60%, respectively event B has probability of 40%, this means that there is 13% chance of four consecutive events A and 2-3% chance of four consecutive events B.

    I would like to implement this in excel sheet.

    Any help is much appreciated.

    kras

  2. #2
    Pete_UK
    Guest

    Re: Probability of a streak???

    If the probability of event A is 60% (i.e. 0.6), then the probability
    of four consecutive A events is:

    0.6 * 0.6 * 0.6 * 0.6 = 0.1296 or 12.96%

    If the probability of event B is 40%, then the probability of four
    successive B events is:

    0.4 * 0.4 * 0.4 * 0.4 which is 0.0256 or 2.56%

    So, just multiply the probabilities for each successive event.

    Hope this helps.

    Pete


  3. #3
    joeu2004@hotmail.com
    Guest

    Re: Probability of a streak???

    kras wrote:
    > For example, I've been told that if event A has probability of 60%,
    > respectively event B has probability of 40%, this means that there is
    > 13% chance of four consecutive events A and 2-3% chance of four
    > consecutive events B. I would like to implement this in excel sheet.


    =binomdist(4,4,60%,0) results in 12.96%.
    =binomdist(4,4,40%,0) results in 2.56%

    This presumes that A and B are mutually-exclusive and the only
    possible outcomes, and the probabilities remain the same for all
    trials. It also assumes that there are a fixed number of trials, and
    the outcome of the trials are independent.


  4. #4
    Registered User
    Join Date
    11-09-2005
    Posts
    42
    Thank you both Pete and joeu2004!!!

  5. #5
    Pete_UK
    Guest

    Re: Probability of a streak???

    You're welcome.

    Pete


+ 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