Geometric Distribution

Compact study note.

Summary

The geometric distribution models the trial number of the first success in independent Bernoulli trials.[1]

Prerequisites

Definition

XGeometric(p) here means X counts trials until the first success.

Notation and Assumptions

Trials are independent and each has success probability p .

Parameters

0<p1 .

Support

{1,2,3,} .

PMF or PDF

P(X=k)=(1p)k1p for k=1,2, .

CDF

FX(k)=1(1p)k for k1 .

Moments

Moments and MGF:

E[X]=1/p,Var(X)=(1p)/p2. MX(t)=pexp(t)1(1p)exp(t),t<log(1p).

Essential Result

The geometric distribution is memoryless: P(X>m+nX>m)=P(X>n) .

Small Example

With p=0.25 , P(X=3)=(0.75)2(0.25)=0.140625 .

Common Mistakes

Connections

References


  1. OpenStax, Introductory Statistics 2e, "Chapter 4: Discrete Random Variables", https://openstax.org/books/introductory-statistics-2e/pages/4-introduction ↩︎