(9) Common Probability Distributions Flashcards
LOS 10. a: Define a probability distribution and distinguish between discrete and continuous random variables and their probability functions.
A probability distribution lists all the possible outcomes of an experiment, along with their associated probabilities. A probability distribution completely describes a random variable.
LOS 10. a: Define a probability distribution and distinguish between discrete and continuous random variables and their probability functions.
A discrete random variable has positive probabilities associated with a finite number of outcomes (countable, non zero probabilities for each outcome)
A continuous random variable has positive probabilities associated with a range of outcome values-the probability of any single value is zero (Uncountable)
LOS 10. b: Describe the set of possible outcomes of a specified discrete random variable.
The set of possible outcomes of a specified discrete random variable is a finite set of values. An example is the number of days last week on which the value of a particular portfolio increased. For a discrete distribution, p(x) = 0 when x cannot occur, or P(x) > 0 if it can.
LOS 10. c: Interpret a cumulative distribution function.
A cumulative distribution function (cdf) gives the probability that a random variable will be less than or equal to specific values. The cumulative distribution function for a random variable X may be expressed as F(x) = P(X =< x). The CDF is more relevant than discrete and continuous probability functions.
LOS 10. d: Calculate and interpret probabilities for a random variable, given its cumulative distribution function.
Given the cumulative distribution function for a random variable, the probability that an outcome will be less than or equal to a specific value is represented by the area under the probability distribution to the left of that value.
LOS 10. e: Define a discrete uniform distribution, a Bernoulli random variable, and a binomial random variable.
A discrete uniform distribution is one where there are n discrete, equally likely outcomes (each probability is the same for the distribution).
LOS 10. e: Define a discrete uniform random variable, a Bernoulli random variable, and a binomial random variable.
A Bernoulli random variable is one where there are only 2 outcomes (each outcome is called a trial)
A Binomial random variable measures the number of successes in N bernoulli trials
LOS 10. f: Calculate and interpret probabilities given the discrete uniform and the binomial distribution functions.
For a discrete uniform distribution with n possible outcomes, the probability for each outcome equals 1/n.
LOS 10. f: Calculate and interpret probabilities given the discrete uniform and the binomial distribution functions.
For a binomial distribution, if the probability of success is p, the probability of x successes in n trials is:
Explain the Bernoulli equation logic
LOS 10. g: Construct a binomial tree to describe stock price movement.
A binomial tree illustrates the probabilities of all the possible values that a variable (such as a stock price) can take on, given the probability of an up-move and the magnitude of an up-move (the up-move factor).
With an initial stock price S = 50, U = 1.01, D = 1/1.01, and prob(U) = 0.6, the possible stock prices after two periods are:
uuS = 1.012 x 50 = 51.01 with probability of (0.6)2 = 0.36
udS = 1.01(1/1.01) x 50 = 50 with probability of (0.6)(0.4) = 0.24
duS = (1/1.01)1.01 x 50 = 50 with probability of (0.4)(0.6) = 0.24
uuS = (1/1.01)2 x 50 = 49.01 with probability of (0.4)2 = 0.16
Calculate and interpret tracking error.
Tracking error is calculated as the total return on a portfolio minus the total return on a benchmark or index portfolio.
Tracking error measures how closely a portfolio follows its benchmark
LOS 10. h: Define the continuous uniform distribution and calculate and interpret probabilities, given a continuous uniform distribution.
A continuous uniform distribution is described by a lower limit ‘a’ and an upper limit ‘b’
A continuous uniform distribution is one where the probability of X occurring in a possible range is the length of the range relative to the total of all possible values. Letting a and b be the lower and upper limit of the uniform distribution, respectively. See image below.
If its asking for P(X =< A), then formula is
x - a / b - a
LOS 10. j: Explain the key properties of the normal distribution.
The normal probability distribution and normal curve have the following characteristics:
- The normal curve is symmetrical and bell-shaped with a single peak at the exact center of the distribution.
- Mean = median = mode, and all are in the exact center of the distribution.
- The normal distribution can be completely defined by its mean and standard deviation because the skew is always zero and kurtosis is always 3.
- A linear combination of normally distributed variables is also normally distributed
LOS 10. j: Distinguish between a univariate and a multivariate distribution and explain the role of correlation in the multivariate normal distribution.
Also what parameters are needed for a univariate and a multivariate distribution?
Multivariate distributions describe the probabilities for more than one random variable, whereas a univariate distribution is for a single random variable.
Univariate parameters: mean and variance
Multivariate parameters: mean, variance, and corrleations between each pair of random variables