1.4 common probability distributions: Intro Flashcards
Discrete random variables
have a countable number of possible values, which could still be unlimited (e.g., all integers)
Continuous random variables
do not have a countable number of outcomes.
true or false
Sometimes, continuous distributions are used to model a discrete random variable (e.g., quoted stock price) just for convenience
true
The probability function
specifies the probability that a random variable takes on a specific value
P(X = x) is the probability the random variable X equals a specific value x
Sometimes the notation is shortened to p(x)
The probability function is between 0 and 1, and all the probabilities sum to 1
how is the the probability function called for continuous distributions?
the probability density function, f(x)
The cumulative distribution function
gives the probability the random variable X is less than or equal to a specific value x
It is represented by F(x) = P( X ≤ x)
The discrete uniform distribution
a simple probability distribution because all possible outcomes are equally likely
For example, rolling a six-sided die represents a discrete uniform distribution.
–> There are six possible outcomes (1, 2, 3, 4, 5, 6) that are equally likely.
–> The probability of each outcome is 1/6, or 16.7%
The continuous uniform distribution
very simple, yet still useful for generating random numbers and representing uncertainty when all outcomes are equally likely.
For example, when a = 0 and b = 10, it means the random variable has an equal chance of being any value between 0 and 10
A random variable with an infinite number of possible values can be classified as:
A: a lognormal random variable only.
B: a continuous random variable only.
C: either a continuous or a discrete random variable.
C: either a continuous or a discrete random variable.
A random variable Y has a continuous uniform distribution over the interval [0, 1]. The probability of Y having a value between 0.1 and 0.5 is closest to:
A. 30%.
B. 40%.
C. 50%.
B. 40%.
Which of the following is a continuous random variable?
A. The value of a futures contract quoted in increments of $0.05
B. The total number of heads recorded in 1 million tosses of a coin
C. The rate of return on a diversified portfolio of stocks over a three-month period
C. The rate of return on a diversified portfolio of stocks over a three-month period
The binomial distribution
useful when modeling a random variable with only two outcomes (e.g., success or failure)
It is commonly used to model asset prices underlying options
assumes p is constant for all trials and the trials are independent
A Bernoulli trial
only has two outcomes. Often p is used to represent the probability of success.
This approach can be used to model stock price movements
–> If the stock has an initial price of S, it can move to uS(with a probability of p) or dS (with a probability of 1−p) over one period
A binomial random variable X
the number of successes in n Bernoulli trials
The binomial random variable can be described by two parameters, n and p
The binomial distribution is only symmetric if what?
what is the mean and variance
if p = 0,5
mean = np
variance = np(1 - p)