Skip to content
Sahithyan's S3
Sahithyan's S3 — Applied Statistics

Pascal Distribution

Aka. negative binomial distribution. Consists of independent bernoulli trials. The experiment is continued until rr successes are achieved. Observed variable is the number of total trials (XX). Denoted by b(x;r,p)b^*(x;r,p).

P(x)=(x1r1)pr(1p)xrP(x) = \binom{x-1}{r-1} p^r (1-p)^{x-r}

Here:

  • pp - probability of success in a single trial
  • rr - number of successes required

Mean

μX=rp\mu_X = \frac{r}{p}

Variance

Vx=r(1p)p2V_x = \frac{r(1-p)}{p^2}