Reading 10: Common Probability Distributions Flashcards
Probability Distribution
PoORV 1
Lists all the possible outcomes of an experiments, along with their associated probabilities
Discrete Random Variable (PPFO)
Positive probabilities associated with a finite number of outcomes
E.g. number of days it will rain in a month
Probability Function (Px) (Definition)
Probability that a random variable is equal to a specific value
E.g. Probability that random variable X = x
Continuous Random Variable
(PoINO)
P(x1 < X < x2)
Positive probabilities associated with an infinite number of outcomes
P(x) = 0
e.g. if a variable can take on any value between two specified values (rain)
Distributions
The assignment of probabilities to the possible outcomes
Cumulative Distribution Function (“CDF”) (SoP)
Cumulative probability that a random variable will be less than or equal to a specific value e.g. sum of all probabilities up to a specific point
Cumulative Distribution Formula
F(x) = P(X < x)
Where:
< = less than or equal to
Discrete uniform distribution (“NDE”)
One where there are n discrete, equally likely outcomes
Cumulative Distribution Function (Fxn) for the “nth” outcome (Formula)
F(x) = n*P(x)
Where:
n = number of possible outcomes
Binomial Random Variable (Definition) (PxNt)
Probability of “x” successes in “n” trials where the outcomes can either be ‘success’ or ‘failure’
Bernoulli Random Variable
A binomial random variable for which the number of trials is 1
Binomial Random Variable (Formula) (CFS)
P(x) = n! / (n-x)!x! * p^x * (1-p)^n-x
Where:
p = probability of success in each trial (don’t confuse with px!)
Expected Value of X (Formula)
E(X) = np
Where:
n = number of trials
p = probability of success on each trial
Variance of a binomial random variable (Formula)
Variance of X = np(1-p)
Binomial Tree (“Binomial Stock Price Model”) is constructed by…
Showing all the possible combinations of up-moves and down-moves over a number of successive periods
Node
Each of the possible values along a binomial tree
Binomial Tree (“Binomial Stock Price Model”) applications
Pricing Options.
We can make it more realistic by shortening the length of the periods and increasing the number of periods and possible outcomes
Continuous Uniform Distribution (Definition)
Where the probability of X occurring between a and b e.g. if the range is one half of the whole distribution then the probability of x occurring in the range will be 50%
Continuous Uniform Distribution (Formulas)
P(x1 < X < x2) = (x2 - x1)/(b-a)
Where:
X’s = probability between these two
A/B = total distribution
Continuous Uniform Distribution (Prob of x’s between a and b expression)
a < x1 < x2 < b
For all x’s between a and b
Continuous Uniform Distribution (Prob of x outside boundaries expression)
P(x < a x > b) = 0
Probability of x outside of the boundaries is zero
Continuous Uniform Distribution (Prob of outcomes between x1 and x2 formula)
= (x2 - x1) / (b-a)
Normal Distribution (Key Properties x5)
- Symmetrical and bell-shaped curve with a single peak at the exact center of the distribution
- Mean = median = mode, and all are in the exact center of the distribution
- Skew = 0, Kurtosis = 3. Can be completely defined by its mean as a result
- Tails get thin but extend infinitely
- Linear combination of normally distributed random variables is normally distributed as well