Skip to content

Binomial and Geometric Distributions

Binomial Distributions

Counts the number of success

XB(n,p)X \sim B(n, p)

  • Fixed number of repeated trials
  • Trials are independent
  • Two outcomes
  • Probability of success is constant

Shape of Binomial Distributions

pp in XB(n,p)X \sim B(n, p) determines the skewness

pp Skewness
<0.5< 0.5 Positive
=0.5= 0.5 Symmetrical
<0.5< 0.5 Negative

Mean & Standard Deviation of Binomial Distributions

μX=np\mu_X = np

σX=np(1p)\sigma_X = \sqrt{np(1-p)}

Probabilities for Binomial Distributions

P(X=x)=Cnxpx(1p)nxP(X=x) = C_n^x \cdot p^x (1-p)^{n-x}

Geometric Distributions

Counts the number of trials needed to obtain the first success

XGeo(P)X \sim Geo(P)

  • Trials are independent
  • Two outcomes
  • Probability of success is constant

Shape of Geometric Distributions

  • Geometric distributions always have positive skew

Mean & Standard Deviation of Geometric Distributions

μX=1p\mu_X = \dfrac1p

σX=1pp\sigma_X = \dfrac{\sqrt{1-p}}p

Probabilities for Geometric Distributions

P(X=x)=(1p)x1pP(X=x) = (1-p)^{x-1} p