Quant: Common Probability Distributions Flashcards
Probability function/distribution basics =
0 < P(x) < 1
ΣP(x) = 1
Discrete or Continuous (where a single point on a continuous distribution has P(x) = 0
(Cumulative) Distribution function =
Defines the probability that a random variable takes on a value less than or equal to a specific value. F(3) = probability that X is 3 or less

Binomial Distribution =
Binomial random variable can be defined as the number of ‘successes’ in a given number of trials (where the outcome can only be success or failure).

Bernoulli Random Variable =
Binomial random variable where number of trials is 1
Expected value of a binomial random variable =
number of trials times the probability of success (gives the expected number of successes, np

Variance of a binomial random variable =
np(1-p)
Stock Price Tree/ Binomial Stock Price Model =
Starting stock price, S
P for price movement up and down
Factor for up and down movements
Multiply factors together to get price and probabilities together to get probablity (over multiple periods in the tree)
Continuous Uniform Distribution =
Probability between 4 and 8 = 8-4/12-2 = 40%
SUPER EASY

Normal Distribution =
Skewness = 0, Kurtosis = 3.
Linear combination of normally distributed random variables is also normally distributed.

Multivariate distribution =
describes the probabilities of group of random variables. Meaningful only if there is a dependent relationship between the variables.
Joint probability table used for two discrete random variables.
Multivariate normal distr for two continuous and normally distributed random variables.
Multivariate normal distribution =
is defined by the means and variances of the sets, as well as the pair-wise correlations.
n means,
n variances,
0.5n(n-1) pair wise correlations
Confidence Intervals =

Standard Normal Distribution/ z-value =
normal distribution that is standardized so mean =0, sd = 1.

Shortfall Risk =
probability that a portfolio value or return will fall below a particular (target) value or return over a given time period.
Roy’s safety first criterion (like the sharpe ratio) =
optimal portfolio minimizes the chances that returns will fall below a certain threshold value.
MAXIMIZE THE SF RATIO and CHOOSE THE PORTFOLIO WITH THE LARGEST SF RATIO

Lognormal distributions =
generated by the function ex, where x is normally distributed. Note, ln(ex) = x, so logarithms of lognormally distributed variables are normally distributed.

Lognormal distributions and price relatives =
Lognormal distribution has a minimum of 0. This is useful when we model asset prices that can go no lower than 0.
Price relative = end of period price/beginning period price
= 1 + holding period return
Continuously compounded rate of return =
EAR = eRinfinity -1
to find the annual stated rate that will give the speficied EAR (given continuous compounding), we take the natural log of 1 + rate.
ln(1+EAR) = Rinfinity

*Continuously compoounded rates of return (additive over multiple periods) =

Monte Carlo simulation: What is it?
Simulation technique to generate a distribution of security values, using risk factors that affect these values.
- specify parameters (mean, variance, skewness) and probability distribution of risk/determining factors
- randomly generate values for the specified factors
- ITERATE
- calculate mean security values to use as an estimate of actualy values (could be price/value of a security)
Monte Carlo Simulation: Pros/Uses :
- Value complex securities
- Simulate profits/loss from a trading strategy
- Estimate VAR to determine risk in a portfolio
- Simulate variability of assets/liabilities for a pension fund over time
- Value portfolios of assets taht have non-normal returns distributions
Monte Carlo Simulation - drawbacks/limitations =
Complex.
Provides answers only as good as the inputs/assumptions
It is a STATISTICAL method, not an ANALYTICAL one.
Historical simulation (vs Monte Carlo) =
Uses past data, distribution of risk factors etc.
Shortfall of only considering what happened in that period ie events that happen rarely are unlikely to be considered.
Historical simulation cannot simulate in the ‘what if’ manner that a Monte Carlo can be used for.