Week 15 - Rules of probability, and probability distributions Pt3 Flashcards
(56 cards)
What is a random variable?
A random variable is a numerical description of the outcome of an
experiment
What is a discrete random variable?
A discrete random variable may assume either a finite number of
values or an infinite sequence of values
What is a continuous random variable?
A continuous random variable may assume any numerical value in an
interval or collection of intervals.
What are the 4 properties of a binomial experiment?
- The experiment consists of a sequence of n identical trials.
- Two outcomes, success and failure, are possible on each trial.
- The probability of a success, denoted by p, does not change from trial to trial.
- The trials are independent.
What is the interest in binomial distribution?
Our interest is in the number of successes occurring in the n trials.
We let X denote the number of successes occurring in the n trials
What does the binomial probability function look like?
π(π₯)= π!/(π₯!(πβπ₯)!) [π^π₯ (1βπ)^(πβπ₯)]
Where:
p(x) = the probability of x success in n trials
n = the number of trials
π= the probability of success on any one trial
What does this portion of the binomial probability function mean?
π!/(π₯!(πβπ₯)!)
number of experimental outcomes providing exactly x successes in n trials
What does this portion of the binomial probability function mean?
π^π₯ (1βπ)^(πβπ₯)
Number of experimental
outcomes providing exactly
x successes in n trials
What is the formula for the expected value (mean) of a binomial distribution?
πΈ(π)= π=ππ
What does the expected value in a binomial distribution represent?
The average number of successes in
n trials with success probability Ο.
What is the formula for the variance of a binomial distribution?
π^2= ππ(1βπ)
What does the variance in a binomial distribution measure?
The variability in the number of successes.
What is the formula for the standard deviation of a binomial distribution?
π= β(ππ(1βπ) )
What does the standard deviation in a binomial distribution represent?
The spread of the number of successes around the mean, in the same units as
X.
Example
Evian is concerned about a low retention rate for employees. In recent years, management has seen a turnover of 10% of the hourly employees annually.
Thus, for any hourly employee chosen at random, management estimates a probability of 0.1 that the person will not be with the company next year.
Choosing 3 hourly employees at random, what is the probability that 1 of them will leave the company this year?
Using the Binomial Probability Function
p(x) = the probability of x success in n trials = 0.10
n = the number of trials = 3
π₯= number of success = 1
π(π₯)= π!/(π₯!(πβπ₯)!) [π^π₯ (1βπ)]^(πβπ₯)
π(π₯)= 3!/(1!(3β1)!) (0.10)^1 (1β0.10)^(3β1) = 0.243
Expected Value = πΈ(π)= π=ππ = 3*0.1 = 0.3 employees out of 3
Variance = π^2= ππ(1βπ) = 3(0.1)(0.9) = 0.27
Standard Deviation = π= β(ππ(1βπ) ) = 0.52 employees
Example
A broker has a bonus scheme to encourage profitable trading. Under the rules of the scheme, any trader who drops below his daily target more than three times in a two-week period (10 working days) will forfeit his bonus at the end of the period. If the probability that an employee will be below target on any one day is 0.15, how many bonuses will be lost by 100 traders in a 50-week year? (Assumptions of independence are valid here).
a. 50
b. 100
c. 125
d. 10
P(X>3) = 1 β P(X=0)- P(X=1) - P(X=2) - P(X=3)
= 1 β πΆ10_0β 0.15^0β 0.85^10 β πΆ10_1β 0.15^1 β 0.85^9 β πΆ10_2 β 0.15^2 β 0.85^8 β πΆ10_2 β 0.15^3 β 0.85^7
P(X>3) =0.05.
10025 = 2,500 periods to consider, giving 2500 P(X>3) = 125 lost bonuses.
What type of values can a continuous random variable assume?
Any value x in an interval on the real line or in a collection of intervals.
Can we find the probability that a continuous random variable equals a specific value?
No, the probability that it equals a specific value is 0.
How do we express probabilities for a continuous random variable?
We talk about the probability that it falls within a given interval.
How is the probability defined for a continuous random variable between two values x_1 and x_2?
It is the area under the probability density function (PDF) between x_1 and x_2
What is a probability density function (PDF)?
A function whose area under the curve between two points represents the probability of the variable falling within that interval.
What is a uniform distribution in the context of continuous variables?
A distribution where all intervals of the same length are equally likely; the PDF is flat
What is a normal distribution?
A bell-shaped, symmetric distribution defined by its mean (ΞΌ) and standard deviation (Ο), with most values near the mean.
In a normal distribution, what does the area under the curve represent?
The probability that the variable falls within a specific interval.