P Formula Sheet
General Probability
Basic Probability Relationships:
Law of Total Probability:
De Morgan’s Law:
Conditional Probability:
Independence:
Bayes’ Theorem:
Pr(𝐴𝐴&|𝐵𝐵) =
Pr(𝐵𝐵|𝐴𝐴& ) ⋅ Pr(𝐴𝐴&)
∑ Pr(𝐵𝐵|𝐴𝐴") ⋅ Pr(𝐴𝐴" )#
Combinatorics:
Partition = , where
Probability =
Univariate Probability Distributions
Learn both discrete and continuous cases.
Probability Mass Function (PMF):
(continuous)
Cumulative Distribution Function (CDF):
(continuous)
Survival Function:
Expected Value:
, for and
Variance, Standard Deviation, and Coefficient of Variation:
Percentiles:
The percentile is the smallest value of where .
Modes:
The mode(s) of a random variable is/are the value(s) where the probability function is maximized.
Discrete Distributions
Discrete Uniform:
PMF: ,
Mean:
Variance:
Binomial:
PMF: ,
Mean:
Variance:
Special Properties: Sum of independent binomials with same p is binomial ()
Hypergeometric:
PMF:
Mean:
Variance:
Geometric (X = # trials until 1st success):
PMF: ,
Mean:
Variance:
Memoryless property:
Geometric (X = # failures before 1st success):
PMF: ,
Mean:
Negative Binomial (X = # trials until rth success):
PMF: ,
Mean:
Variance:
Special Properties: Sum of r independent geometric(p) is negative binomial ()
Negative Binomial (X = # failures until rth success):
PMF: ,
Mean:
Poisson:
PMF: ,
Mean:
Variance:
Special Properties:
Sum of independent Poissons is Poisson ()
Non-overlapping intervals are independent
Continuous Distributions
Continuous Uniform:
PDF: ,
CDF:
Mean:
Variance:
Exponential:
PDF: ,
CDF:
Mean:
Variance:
Memoryless property:
Gamma:
PDF: ,
CDF: ,
Mean:
Variance:
Special properties: Sum of independent exponentials() is Gamma()
Normal:
PDF: ,
CDF:
Mean:
Variance:
Symmetry:
Special properties:
Sum of independent normals is normal ()
LogNormal:
PDF: ,
CDF:
Mean:
Variance:
If X is lognormal then lnX is normal
Product of independent lognormals is lognormal ()
Beta:
PDF: ,
CDF: No closed form
Mean:
Variance:
Beta(1, 1) is Uniform(0, 1)
Multivariate Probability Distributions
Joint PMF and CDF:
Marginal Distributions and Conditional Distributions:
Joint Expected Value and Conditional Expectation:
Weighted Average:
For conditional random variables of Y denoted as and with weights
Double Expectation and Law of Total Variance:
Covariance and Correlation Coefficient:
Independence:
Multinomial Distribution:
, for
Expectation and Variance for Sum and Average of IID Random Variables:
Central Limit Theorem:
The sum or average of a large number of independent and identically distributed (i.i.d.) random variables approximately follows a normal distribution.
Order Statistics:
= kth order statistic
= min()
= max()
For i.i.d. random variables,
Insurance and Risk Management
Learn both discrete and continuous cases
Unreimbursed Loss, L
If X is the loss and Y is the payment (ie reimbursed loss), then X = Y + L
L = X - Y, and E[L] = E[X] - E[Y]
Deductible
Y = 0, X <= d , X-d, X > d
E[Y] = integral(x-d) * fX(x) dx from d to infinity = integral(SX(x)) dx from d to infinity
For exponential: d * Pr(X > d)
Policy Limit
Y = X, X <= u, u, X > u
E[Y] = integral(x * fX(x) dx) from 0 to u + u * SX(u) = integral(SX(x) dx) from 0 to u
For exponential: u * Pr(X < u)
Deductible and Policy Limit
Y= 0, X <= d, X-d, d < X < d+u, u, X >= d+u
E[Y] = integral((x-d) * fX(x) dx) from d to d+u + u * SX(d+u) = integral(SX(x) dx) from d to d+u
For exponential: theta * Pr( d < X < d+u)