← All Cheat Sheets
Exam PExam STAMExam MAS-I

Probability Distributions Cheat Sheet

Quick reference for all probability distributions tested on actuarial exams, including PMFs, PDFs, means, variances, and MGFs.

Discrete Distributions

DistributionPMF / ParametersMeanVarianceMGF
Bernoulli(p)P(X=1) = p, P(X=0) = 1-ppp(1-p)(1-p) + pe^t
Binomial(n, p)C(n,k) p^k (1-p)^(n-k)npnp(1-p)((1-p) + pe^t)^n
Poisson(lambda)e^(-lambda) lambda^k / k!lambdalambdae^(lambda(e^t - 1))
Geometric(p)(1-p)^(k-1) p, k=1,2,...1/p(1-p)/p^2pe^t / (1 - (1-p)e^t)
NegBin(r, p)C(k-1, r-1) p^r (1-p)^(k-r)r/pr(1-p)/p^2(pe^t / (1-(1-p)e^t))^r

Continuous Distributions

DistributionPDFMeanVariance
Uniform(a, b)1/(b-a) for a < x < b(a+b)/2(b-a)^2/12
Exponential(theta)(1/theta) e^(-x/theta)thetatheta^2
Normal(mu, sigma^2)(1/(sigma sqrt(2pi))) e^(-(x-mu)^2/(2sigma^2))musigma^2
Gamma(alpha, theta)x^(alpha-1) e^(-x/theta) / (theta^alpha Gamma(alpha))alpha * thetaalpha * theta^2
Beta(a, b)x^(a-1)(1-x)^(b-1) / B(a,b)a/(a+b)ab/((a+b)^2(a+b+1))
Pareto(alpha, theta)alpha theta^alpha / (x+theta)^(alpha+1)theta/(alpha-1)alpha theta^2 / ((alpha-1)^2(alpha-2))
Lognormal(mu, sigma^2)(1/(x sigma sqrt(2pi))) e^(-(ln x - mu)^2/(2sigma^2))e^(mu + sigma^2/2)(e^(sigma^2) - 1) e^(2mu + sigma^2)
Weibull(tau, theta)(tau/theta)(x/theta)^(tau-1) e^(-(x/theta)^tau)theta Gamma(1 + 1/tau)theta^2[Gamma(1+2/tau) - (Gamma(1+1/tau))^2]

Key Relationships

  • Exponential is Gamma(1, theta)
  • Chi-squared(n) is Gamma(n/2, 2)
  • Sum of n independent Exp(theta) is Gamma(n, theta)
  • Sum of independent Poisson(lambda_i) is Poisson(sum lambda_i)
  • Binomial(n, p) approaches Poisson(np) when n is large, p is small

Put these formulas to work

Practice with flashcards and test your knowledge with practice exams.

Start Studying Free