Chapter 4-Distributions Of Random Variables Flashcards
Normal Curve or Normal Distribution
Describes a symmetric bell curve
Noted as (N(µ,SD))
Many variables are nearly normal but none are exactly normal
Changing the mean shifts the bell curve left or right, accordingly
Change the standard deviation will stretch or compress the bell curve
Parameters
The mean and standard deviation of a Normal Distribution
Mean=mu
Standard deviation =sigma
Standard Normal Distribution
When the mean =0 and the standard deviation = 1
Z-Score
How many standard deviations away from the mean is an observation.
Used to determine how unusual an observation is, when the absolute value of z-score for x1 is greater than the absolute value of z-score for x2, then x1 is said to be more unusual than x2
Mathematically:
Z = (x-µ)/SD
Where,
x=observation
µ=mean/expected value
SD=standard deviation = √Var(x)
Solving normal probability examples
1) always draw and label a picture of the Normal Distribution. This will help give estimates
2) calculate the z-score
3) use statistical software to compute the area above or below the z-score accordingly
* Note- many statistical programs give areas to the left only. To compute the right area, subtract value from one (1-left area)
68-95-99 Rule
Rule of thumb for the probability of falling within 1, 2, or 3 standard deviations
Bernoulli Distribution or Bernoulli Random Variable
When an individual trial has only two possible outcomes
Labeled either 1 (i.e. success) or 0 (i.e. failure)
mu = p sigma = sqrt(p(1-p))
Where,
p= probability of success
1-p= probability of failure or 0
Sample proportion
Is the sample mean of observations
Geometric Distribution
Describes the waiting time until a success for independent and identically distributed (iid) Bernoulli random variables
Probability is finding success in nth trial:
((1-p)^(n-1))*p
Where 1-p = probability of failure
I.e. Calculate the probability of rolling a 6 for the first time on the 6th roll of a die?
P(6 on the 6th roll) = (1-(1/6))^(6-1)(1/6) = (5/6)^5(1/6) ≈ 0.067
Geometric Distribution: mean/expected value
µ = 1/p
Geometric Distribution: Variance
SD^2 = (1-p)/p
Geometric Distribution: standard deviation
sigma = √(1-p)/p^2
Binomial Distribution
Used to describe the number of successes in a fixed number of trials
The probability of having k successes in n independent Bernoulli trials with probability of success p
(n choose k)p^k(1-p)^(n-k)=(n!)/(k!(n-k)!)p^k(1-p)^(n-k)
To be binomial, it must meet four conditions
1) trials are independent
2) number of trials, n, is fixed
3) each trial outcome can be classified as success or failure
4) probability of a success, p, is the same for each trial
Binomial distribution: mean, variance, standard deviation
mu = n*p
sigma^2 = np(1-p)
sigma = sqrt[n*p(1-p)]
Completing Binomial Probabilities
1) check that the model is appropriate
2) identify n, p, k
3) use software or the formula to determine the probability and interpret the results