Topic 1. Random Variables
Topic 2. Probability Mass Function (PMF)
Topic 3. Cumulative Distribution Function (CDF)
Topic 4. Expectations
Discrete Random Variable: Takes on a countable number of values.
Examples:
Coin flip: Heads = 1, Tails = 0 (Bernoulli random variable)
Days in June > 70°F: Values from 0 to 30.
x=0,1x = 0
(X=1)=p⇒P(X=0)=1−pP(X=1) = p \Rightarrow P(X=0) = 1 - p
Q1. The probability mass function (PMF) for a discrete random variable that can take on the values 1, 2, 3, 4, or 5 is P(X = x) = x/15. The value of the cumulative distribution function (CDF) of 4, F(4), is equal to:
A. 26.7%.
B. 40.0%.
C. 66.7%.
D. 75.0%.
Explanation: C is correct.
F(4) is the probability that the random variable will take on a value of 4 or less. We can calculate P(X ≤ 4) as 1/15 + 2/15 + 3/15 + 4/15 = 66.7%, or by subtracting 5/15, P(X = 5), from 100% to get 66.7%.
(X=1)=p⇒P(X=0)=1−pP(X=1) = p \Rightarrow P(X=0) = 1 - p
Q2. An analyst has estimated the following probabilities for gross domestic product growth next year:
P(4%) = 10%, P(3%) = 30%, P(2%) = 40%, P(1%) = 20%
Based on these estimates, the expected value of GDP growth next year is:
A. 2.0%.
B. 2.3%.
C. 2.5%.
D. 2.8%.
Explanation: B is correct.
The expected value is computed as: (4)(10%) + (3)(30%) + (2)(40%) + (1)(20%) = 2.3%.
Topic 1. Central Moments
Topic 2. Variance (2nd moment)
Topic 3. Skewness (3rd moment)
Topic 4. Kurtosis (4th moment)
Q3. For two financial securities with distributions of returns that differ only in their kurtosis, the one with the higher kurtosis will have:
A. a wider dispersion of returns around the mean.
B. a greater probability of extreme positive and negative returns.
C. less peaked distribution of returns.
D. a more uniform distribution.
Explanation: B is correct.
High kurtosis indicates that the probability in the tails (extreme outcomes) are greater (i.e., the distribution will have fatter tails).
Topic 1. Probability Density Function (PDF)
Topic 2. Quantile Functions
Topic 3. Linear Transformations of Random Variables
Defined for Continuous Random Variables
A PDF f(x)f(x)f(x) gives the relative likelihood that XXX falls within a small interval around xxx.
For any single point, the probability is zero:
Total Probability:
To Find Probability in an Interval:
The area under the PDF curve over [a,b][a, b][a,b] gives the probability.
Example: Let f(x)=2xf(x) = 2xf(x)=2x for x∈[0,1]x \in [0,1]x∈[0,1], 0 otherwise
Then:
Q4. Which of the following regarding a probability density function (PDF) is correct? A PDF:
A. provides the probability of each of the possible outcomes of a random variable.
B. can provide the same information as a cumulative distribution function (CDF).
C. describes the probabilities for any random variable.
D. only applies to a discrete probability distribution.
Explanation: B is correct.
A PDF evaluated between minus infinity and a given value gives the probability of an outcome less than the given value; the same information is provided by a CDF. A PDF provides the probabilities only for a continuous random variable. The probability that a continuous random variable will take on a given value is zero.
∈[0,1]p \in [0
Q5. For the quantile function, Q(x):
A. the CDF function F[Q(23%)] = 23%.
B. Q(23%) will identify the largest 23% of all possible outcomes.
C. Q(50%) is the interquartile range.
D. x can only take on integer values.
Explanation: A is correct.
Q(23%) gives us a value that is greater than 23% of all outcomes and the CDF for that value is the probability of an outcome less than that value (i.e., 23%).
Q6. For a random variable, X, the variance of Y = a + bX is:
A.
B.
C.
D.
Explanation: C is correct.
The variance of Y is where is the variance of X.