Reading 10 - Common Probability Distribution Flashcards
Reading 10 – Common Probability Distributions – Learning outcomes
The candidate should be able to:
define a probability distribution and distinguish between discrete and continuous random variables and their probability functions;
describe the set of possible outcomes of a specified discrete random variable;
interpret a cumulative distribution function;
calculate and interpret probabilities for a random variable, given its cumulative distribution function;
define a discrete uniform random variable, a Bernoulli random variable, and a binomial random variable;
calculate and interpret probabilities given the discrete uniform and the binomial distribution functions;
construct a binomial tree to describe stock price movement;
calculate and interpret tracking error;
define the continuous uniform distribution and calculate and interpret probabilities, given a continuous uniform distribution;
explain the key properties of the normal distribution;
distinguish between a univariate and a multivariate distribution and explain the role of correlation in the multivariate normal distribution;
determine the probability that a normally distributed random variable lies inside a given interval;
define the standard normal distribution, explain how to standardize a random variable, and calculate and interpret probabilities using the standard normal distribution;
define shortfall risk, calculate the safety-first ratio, and select an optimal portfolio using Roy’s safety-first criterion;
explain the relationship between normal and lognormal distributions and why the lognormal distribution is used to model asset prices;
distinguish between discretely and continuously compounded rates of return and calculate and interpret a continuously compounded rate of return, given a specific holding period return;
explain Monte Carlo simulation and describe its applications and limitations;
compare Monte Carlo simulation and historical simulation.
Probability distribution
A distribution that specifies the probabilities of a random variable’s possible outcomes.
Random variable
A quantity whose future outcomes are uncertain
The two basic types of random variables
Are discrete random variables and continuous random variables
Discrete random variable
A random variable that can take on at most a countable number of possible values.
Continuous random variable
A random variable for which the range of possible outcomes is the real line (all real numbers between −∞ and +∞ or some subset of the real line).
Probability function
A function that specifies the probability that the random variable takes on a specific value.
We can view a probability distribution in two ways:
Probability function
Probability density function
Probability function
A function that specifies the probability that the random variable takes on a specific value.
Probability density function
A function with non-negative values such that probability can be described by areas under the curve graphing the function.
For continuous random variables, the probability function is denoted f(x) and called the probability density function (pdf), or just the density.
A probability function has two key properties (which we state, without loss of generality, using the notation for a discrete random variable):
- 0 ≤ p(x) ≤ 1, because probability is a number between 0 and 1.
- The sum of the probabilities p(x) over all values of X equals 1. If we add up the probabilities of all the distinct possible outcomes of a random variable, that sum must equal 1.
Cumulative distribution function
A function giving the probability that a random variable is less than or equal to a specified value.
For both discrete and continuous random variables, the shorthand notation is F(x) = P(X ≤ x).
The cdf has two other characteristic properties:
- The cdf lies between 0 and 1 for any x: 0 ≤ F(x) ≤ 1.
- As we increase x, the cdf either increases or remains constant.
Bernoulli random variable
A random variable having the outcomes 0 and 1.
named after the Swiss probabilist Jakob Bernoulli (1654–1704)
Bernoulli trial
An experiment that can produce one of two outcomes.
If we let Y equal 1 when the outcome is success and Y equal 0 when the outcome is failure, then the probability function of the Bernoulli random variable Y is
- p(1) = P(Y* = 1) = p
- p(0) = P(Y* = 0) = 1 – p
where p is the probability that the trial is a success.
What does the hat on the p indicated for bernoullis trial?
The “hat” over p indicates that it is an estimate of p.
Binomial random variable
The number of successes in n Bernoulli trials for which the probability of success is constant for all trials and the trials are independent.
In n Bernoulli trials, we can have 0 to n successes. If the outcome of an individual trial is random, the total number of successes in n trials is also random. A binomial random variable X is defined as the number of successes in n Bernoulli trials. A binomial random variable is the sum of Bernoulli random variables Y**i, i = 1, 2, …, n:
X = Y1 + Y2 + … + Y**n
The binomial distribution makes these assumptions:
- The probability, p, of success is constant for all trials.
- The trials are independent.
Binomial probability function
If the price you trade at is fair, then?
50 percent of the trades you do with a broker should be profitable.
Of course, you need to adjust for the direction of the overall market after the trade (any broker’s record will be helped by a bull market) and perhaps make other risk adjustments. Assume that these adjustments have been made.
Tracking error
The standard deviation of the differences between a portfolio’s returns and its benchmark’s returns; a synonym of active risk.
Mean and variance of binomial random variables equations
Mean and variance of binomial random variables explained
Because a single Bernoulli random variable, Y ~ B(1, p), takes on the value 1 with probability p and the value 0 with probability 1 − p, its mean or weighted-average outcome is p. Its variance is p(1 − p).10 A general binomial random variable, B(n, p), is the sum of n Bernoulli random variables, and so the mean of a B(n, p) random variable is np. Given that a B(1, p) variable has variance p(1 − p), the variance of a B(n, p) random variable is n times that value, or np(1 − p), assuming that all the trials (Bernoulli random variables) are independent.
Binomial model
A model for pricing options in which the underlying price can move to only one of two possible new prices.
Up transition probability
The probability that an asset’s value moves up.
Down transition probability
The probability that an asset’s value moves down in a model of asset price dynamics.