Post Reply 
little problem(s) 2022.09
09-27-2022, 08:10 PM (This post was last modified: 09-27-2022 08:18 PM by ijabbott.)
Post: #2
RE: little problem(s) 2022.09
Using a bit of educated guesswork for #2 ...
  • Probability of S successes in a run of S trials = \(P^S\)
  • ∴ Probability of less than S successes in a run of S trials = \(1-P^S\)
  • Number of (overlapping) runs of S in N = \(\begin{cases} N-S+1 & S<=N \\
    0 & S>N \end{cases}\)
  • ∴ Probability of no run of S consecutive successes in a run of N trials = \(\begin{cases} \frac{1-P^S}{N-S+1} & S<=N \\
    1 & S>N \end{cases}\)
  • ∴ Probability of at least one run of S consecutive successes in a run of N trials = \(\begin{cases} 1-\frac{1-P^S}{N-S+1} & S<=N \\
    0 & S>N \end{cases}\)

To determine the probability of a run of exactly S successes in a run of N trials, determine the probability of a run of at least S+1 consecutive successes in a run of N trials and subtract from the probability of a run of at least S consecutive successes in a run of N trials.

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
little problem(s) 2022.09 - pier4r - 09-26-2022, 07:09 PM
RE: little problem(s) 2022.09 - ijabbott - 09-27-2022 08:10 PM
RE: little problem(s) 2022.09 - ijabbott - 09-29-2022, 07:39 AM



User(s) browsing this thread: 1 Guest(s)