CFA 9: Common Probability Distributions Flashcards
discrete random variable
Discrete Random Variables
A random variable that can take on at most a countable number of possible values.
continuous random variable
Discrete Random Variables
A random variable for which the range of possible outcomes is the real line (all real numbers between -infinity and +infinity) or some subset of the real line).
probability function
Discrete Random Variables
A function that specifies the probability that the random variable takes on a specific value.
probability density function
Discrete Random Variables
A function with non-negative values such that probability can be described by areas under the curve graphing the function.
cumulative distribution function
Discrete Random Variables
A function giving the probability that a random variable is less than or equal to a specified value.
Bernoulli random variable
Discrete Random Variables
A random variable having the outcomes 0 and 1.
Bernoulli trial
Discrete Random Variables
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.
binomial random variable
Discrete Random Variables
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 Yi, i =1,2, …, n:
X = Y1 + Y2 + … Yn
Where Yi is the outcome on the ith trial (w if a success, 0 if a failure). We know that a Bernoulli random variable is defined by the parameter p. The number of trials, n, is the second parameter of a binomial random variable. The binomial distribution makes these assumptions:
- The probability, p, of success is constant for all trials.
- The trials are independent.
The second assumption has great simplifying force. If indivdual trials were correlated, calculating the porbability of a given number of successes in n trials would be much more complicated.
Under the above two assumptions, a binomial random variable is completely described by two paramenters, n and p. Written as:
X ~ B(n,p)
which we read as “X has a binomial distribution with parameters n and p.” You can see that a Bernoulli random variable is a binomial random variable with n=1: Y~B(1,p).
binomial model
Discrete Random Variables
A model for pricing options in which the underlying price can move to only one of two possible new prices.
up transition probability
Discrete Random Variables
The probability that an asset’s value moves up.
down transition probability
Discrete Random Variables
The probability that an asset’s value moves down in a model of asset price dynamics.
binomial tree
Discrete Random Variables
The graphical representation of a model of asset price dynamics in which, at each period, the asset moves up with probability p or down with probability (1-p)
univariate distribution
Continuous Random Variables
A distribution that specifies the probabilities for a single random variable.
multivariate distribution
Continous Random Variables
A probability distribution that specifies the probabilities for a group of related random variables.
multivariate normal distribution
Continuous Random Variables
A probability distribution for a group of random variables that is completely defined by the means and variances of the variables plus all the correlations between pairs of the variables.
A multivariate normal distribution for the returns on n stocks is completely defined by three lists of parameters:
- The list of the mean returns on the individual securities (n means in total);
- The list of the securities’ variances of return (n variances in total); and
- The list of all the distinct pairwise return correlations: n(n-1)/2 distinct correlations in total.