Common Probability Distributions Flashcards
Name the seven probability distributions
- uniform
- binomial
- normal
- lognormal
- student’s t
- chi-square
- F-distribution
Discrete Random Variable
- all possible outcomes can be listed
- ex. quoted stock price
Continuous Random Variable
- where the number of points between the lower and upper bounds are infinite
- ex. the (P) of any single value of X=3
Probability Distributions (2)
- Probability function
2. Probability density function
Probability function
- specifies the probability that a random variable takes on a specific value
- p(x) = P(X=x), where the capital X represents the random variable and the lowercase x represents a specific value that the random variable may take
- used for discrete random variables
Probability Density Function
- denoted by f(x)
- used for continuous random variables
- denoted as: F(x) = P(X<=x)
- ie the sum of probabilities for the outcomes up to and including a specified outcome
Continuous Uniform Distribution
- is defined over a range from a lower limit ‘a’ to an upper limit ‘b’. these limits serve as parameters of the distribution
=P(x1 <= X <= x2) = x2 - x1 / b - a
X is a uniformly distributed continuous random variable between 10 and 20. Calculate the probability that X will fall between 12 and 18
=P(x1 <= X <= x2) = x2 - x1 / b - a
= 18 - 12 / 20 - 10
=.60
An analyst predicts that the price per ounce of gold three years from now will be between $1500 and $1700. Assume gold prices follow a continuous uniform distribution. What is the probability that the price will be less than $1600 three years from now?
=P(x1 <= X <= x2) = x2 - x1 / b - a
1600 - 1500 / 1700 - 1500
= 50%
Binomial Distribution
- the number of successes in a given number of Bernoulli trials
Bernoulli trial
- there are only two possible outcomes, success or failure
- P(Y = 1) = p
- P(Y = 0) = 1 - p
Binomial Random Variable Probability distribution formula
- probability of x successes in n trials
=P(x)=P(X=x) = nCx * p^x*(1-p)^n-x
p = the probability of success on each trial
ex.
n=10, P(x=7), p=.5
10C7 * .5^7(1-.5)^10-7= .117
Binomial Random Variable Probability distribution formula
- probability of x successes in n trials
=P(x)=P(X=x) = nCx * p^x*(1-p)^n-x
p = the probability of success on each trial
ex.
n=10, P(x=7), p=.5
10C7 * .5^7(1-.5)^10-7= .117
Mean and Variance of a Binomial Variable
Random Variable Mean Variance
Bernoulli, B(1,p) p p(1-p)
Binomial, B(n,p) np np(1-p)
ex Binomial B(10 coin flips, .5) (10.5)=5 5.5*.5
Normal Distribution: % of observations from mean - 1 stdv - 2 stdv - 3 stdv
1 stdv: 68% of all observations fall within the interval of m+- 1 stdv
2 stdv: 95% of all observations fall within the interval of m+- 2 stdv
3 stdv: 99% of all observations fall within the interval of m+- 3 stdv