1/14
MAT 205 @ Hampton University
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
random variable
a variable whose numeric value is determined by the outcome of a probability experiment
Probability Distribution
a table or formula that gives the probability for every value of the random variable X
0 ≤ P (X = ⅹ) ≤ 1
X: Concept/Event
ⅹ: placeholder for the value
Expected Value
for discrete variable X is also known as the mean of the probability of X
Formula:
E (X) = μ = ∑ [ⅹi ∙ P (X = ⅹi)]
variance for a probability distribution
Formula
σ2 = E (X2) - [ E(X)]2
E (X2): ∑ ⅹ2P(X = ⅹ)
[ E(X)]2: ∑ ⅹP(X = ⅹ)
standard deviation for a probability distribution
σ = √σ2 = √E (X2) - [ E(X)]2
Bernoulli Trial (Binomial Distribution)- Properties
The experiment has a fixed number, “n,“ identical trials
Each trial is independent of the others
Only two possible outcomes for each trial, being success or failure
The probability of success is p, the probability of failure is q = 1 - p
The binomial random variable X, counts the number of successes across n trials
Bernoulli Trial (Binomial Distribution)- Formula
P(X = ⅹ) = nCⅹ ∙ pⅹ ∙ (1 - p)(n - ⅹ)
n: # of times trial is repeated
ⅹ: # of wanted successes
p: probability of success
Bernoulli Trial (Binomial Distribution)- Mean (Expected Value) & Variance
µ = np
σ2 = np(1 - p)
= npq
Poisson Experiment (Phenomenon)- Properties
Each success must be independent of any other successes
The Poisson random variable, X, counts the number of successes in a given interval
The mean number of success in a given interval must remain constant
Poisson Experiment (Phenomenon)- Formula
P(X = ⅹ) = (e-λ ∙ λⅹ) / ⅹ!
e: specific # like π is
λ: mean # of successes in each interval
ⅹ: # of wanted successes
Poisson Experiment (Phenomenon)- Mean (Expected Value) & Variance
µ = σ2 = λ
Hypergeometric Distribution- Properties
Each trial consists of selecting 1 of the N items in the population and results in either a success or a failure
This means the population size is known
The experiment consists of n trials
The total number of possible successes is K
The trials are dependent
The Hypergeometric random variable, X, counts the number of successes in n trials
Hypergeometric Distribution- Formula
P(X = ⅹ) = [ ( KCⅹ )( N - KCn - ⅹ ) ] / ( N Cn )
( KCⅹ ): combination population successes, CHOOSE sample successes
( N - KCn - ⅹ ): combination population failures, CHOOSE sample failures
( N Cn ): combination population size, CHOOSE sample size
Hypergeometric Distribution- Mean
E (X) = µ = n ∙ [ K / N ]
Hypergeometric Distribution- Variance
σ2 = [ ( N - n ) / ( N - 1) ] ∙ n ∙ ( K / N ) ∙ [ ( 1 - K / N ) ] or [ nK ( N - K ) (N - n) ] / [ N2 ( N - 1 ) ]