Geometric Distribution
- is the number of Bernoulli trials needed to get the first success
Probability Mass Function
- 𝐏(𝑋=𝑥) = 𝐏{the 1𝑠𝑡 success occurs on the 𝑥𝑡ℎ bernoulli trial}
- 𝐏(𝑋=𝑥) = (1−𝑝)𝑥−1𝑝
Expectation
𝐄[𝑋] = 1/𝑝
Click here to expand...
- 𝐄[𝑋] = 𝛴1≤𝑥≤∞[𝑥·𝐏(𝑋=𝑥)] # see calculating the expected value of a discrete distribution
- 𝐄[𝑋] = 𝛴1≤𝑥≤∞[𝑥·(1-𝑝)𝑥−1𝑝]
- 𝐄[𝑋] = 𝛴1≤𝑥≤∞[𝑥𝑞𝑥−1𝑝] # let 𝑞 = 1-𝑝
- 𝐄[𝑋] = 𝑝 * 𝛴1≤𝑥≤∞[𝑥𝑞𝑥−1]
𝐄[𝑋] = 𝑝 * [1/(1−𝑞)2] # see expand below
Click here to expand... geometric series (infinite) 𝑠(𝑞) = 𝛴0≤𝑥≤∞[𝑞𝑥] equals 1/(1-𝑞) for 𝑞<1
taking the derivative of 𝑞:
List indent undo
- 𝐄[𝑋] = 𝑝 * [1/(1−(1-𝑝))2]
- 𝐄[𝑋] = 𝑝 * [1/(1−1+𝑝)2]
- 𝐄[𝑋] = 𝑝 * [1/(0+𝑝)2]
- 𝐄[𝑋] = 𝑝 * (1/𝑝2)
- 𝐄[𝑋] = 𝑝/𝑝2
- 𝐄[𝑋] = 1/𝑝
Variance
𝑉𝑎𝑟(𝑋) = (1-𝑝) / 𝑝2
Click here to expand...
Cumulative Distribution Function
TODO - http://www.math.wm.edu/~leemis/chart/UDR/PDFs/Geometric.pdf
Moment Generating Function
See: Moment-Generating Function - Geometric Distribution
Subpages
- Geometric Distribution vs Binomial Distribution
- Geometric Distribution vs Negative Binomial Distribution
- Geometric Distribution is the only Discrete Distribution with the Memoryless Property (similar to its continuous counterpart Exponential Distribution)
/geometric-distribution/geomtetric-distribution-expectation.png)