Standard discrete and continuous distributions
Why this is asked: Know the mean/variance table cold and the standard relationships (sum of exponentials = gamma, min of exponentials = exponential, memorylessness).
Reference table
| Distribution | Mean | Variance |
|---|---|---|
| Bernoulli(p) | p | pq |
| Binomial(n,p) | np | npq |
| Poisson | ||
| Geometric (trials, p) | 1/p | |
| Negative binomial(r,p) | r/p | rq |
| Hypergeometric | nK/N | nK |
| Uniform(a,b) | (a+b)/2 | |
| Exponential | ||
| Gamma | ||
| Beta(a,b) | a/(a+b) | ab |
| n | 2n | |
| Cauchy | — | — |
Relationships to quote
- Sum of n i.i.d. Exp Gamma; Gamma(n/2, ½.
- **min of independent Exp ~ Exp — the series-system fact.
- Sum of independent Poissons is Poisson; of independent normals is normal; of independent is .
- Z ~ ~ .
- Binomial → Poisson (n large, np fixed) → Normal (CLT).
- Memorylessness characterises the exponential (continuous) and geometric (discrete): P(X > s+t | X > s) = P(X > t).
Order statistics
For i.i.d. with CDF and . For Uniform ~ Beta(k, n−k+1).
Key takeaways
- Exponential: memoryless, minimum stays exponential, sum becomes gamma. and F are all built from normals — know the constructions.
- Uniform order statistics are Beta.
See it move
The trap here
“The maximum of independent exponentials is exponential” — false
with ~ Exp(1)
The minimum is exponential (rate ; the maximum has CDF (1 − , which is not exponential.
Check yourself — select all that apply
Let and be independent, gamma with mean 10 and variance 10, and ~ N(3, 4). Let be their densities. Define Y with density . Which of the following are true?
Next: Joint distributions, transformations, order statistics
Create a free account to keep your place and have this feed your study plan.
Open this in the full syllabus view · Unit 4