What is a random variable?
A variable that assumes numerical values associated with the random outcomes of an experiment, where one (and only one) numerical value is assigned to each sample point.
What is a discrete random variable?
Random variables that can assume a countable number of values are called discrete.
What is a continuous random variable?
Random variables that can assume values corresponding to any of the points contained in an interval are called continuous.
What is the probability distribution of a discrete random variable?
A graph, table, or formula that specifies that probability associated with each possible value that the random variable can assume.
What are the requirements for the probability distribution of a discrete random variable x?
What is the mean, or expected value, of a discrete random variable x?
µ = E(x) = Σxp(x)
What is the variance of a random variable x?
σ^2 = E[(x-µ)^2] = Σ (x-µ)^2p(x) = Σx^2p(x) - µ^2
What are the Probability Rules for a Discrete Random Variable?
Let x be a discrete random variable with probabilitydistribution p(x), mean µ, and stand deviation σ. Then, depending on the shape of p(x), the following probability statements can be made:
Chebyshev’s Rule: Applies to any probability distribution
Empirical Rule: Applies to probability distributions that are mound shaped and symmetric
P(µ - σ < x < µ + σ) - Chebyshev’s - >0, Empirical’s - about .68
P(µ - 2σ < x < µ + 2σ) - Chebyshev’s - >3/4, Empirical’s - about .95
P(µ - 3σ < x < µ + 3σ) - Chebyshev’s - >8/9, Empirical’s - about 1.00
What are the characteristics of a Binomial Random Variable?
What is the Binomial Probability Distribution?
p(x) = (nvx)p^xq^(n-x) (x=0,1,2,…,n)
where p = Probability of a success on a single trial q = 1 - p n = Number of trials x = Number of successes in n trials n-x= Number of failures in n trials (nvx) = n!/x!(n-x)!
What are the Mean, Variance, and Standard Deviation for a Binomial Random Variable?
Mean: µ = np
Variance: σ^2 =npq
Standard Deviation: σ = √npq
What are the Characteristics of a Poisson Random Variable?
What are typical examples of poisson random variables?
What is the Probability Distribution, Mean, and Variance for a Poisson Random Variable?
p(x) = λ^xe^(-λ) (x = 0,1,2,... ) µ = λ σ^2 = λ
where
λ = Mean number of events during a given unit of time, area, volume, etc.
e = 2.71828 . . .
What are the Characteristics of a Hypergeometric Random Variable?
What are examples of Hypergeometric Random Variables?
What are Probability Distribution, Mean, and Variance of the Hypergeometric Random Variable?
p (x) = (rvx)(N-rvn-x)/(Nvn) [x = Maximum [0,n - (N -r)],…, Minimum (r,n)]
µ = nr/N σ^2 = r(N-r)n(N-n)/N^2(N-1)
where N = Total number of elements r = Number of S's in the N elements n = Number of elements drawn x = Number of S's drawn in the n elements
Guide to Selecting a Discrete Random Variable Probability Distribution
Binomial - x = # of S’s in n trials
Poisson - x = # times a rare event (S) occurs in a unit
Hypergeometric - x=# of S’s in n trials