Statistics Summary
Statistics Summary
Bernoulli distribution:
Outcomes of a single trial of an experiment where there are only two possible outcomes: success
(1), failure (0)
Parameters:
𝑃 = 𝑝𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑠𝑢𝑐𝑐𝑒𝑠𝑠
1 − 𝑃 = 𝑝𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑓𝑎𝑖𝑙𝑢𝑟𝑒
The random variable X takes on the value 1 with probability P (success) and 0 with probability 1−P
(failure).
Example:
factory that produces light bulbs. It claims that 98% of the bulbs are defect-free, 2% are defective.
Now, suppose the inspector checks 10 light bulbs. The scenario can still be modeled using
Bernoulli distribution for each bulb, but since we are looking at multiple trials, this becomes a
Binomial distribution
In this case:
The probability distribution for this scenario is Bernoulli, where the PMF is:
n = 10
For example:
= 45
which is 1.53%.
Negative Binomial Distribution:
the number of trials needed to achieve a specific number of successes
k = number of failures,
p = probability of success.
Suppose a quality inspector wants to find 3 defect-free bulbs (r=3) and is counting how many
defective bulbs (k) they encounter before achieving this goal.
Example:
What is probability that the inspector encounters 4 defective bulbs (k=4) before finding 3 defect-
free ones.
Result is 0.000226%
Poisson:
number of times an event occurs within a fixed interval of any measurable domain, given that the
events happen independently and at a constant average rate.
Result is 18.04%.
Geometric:
number of trials required to achieve the first success in a sequence of independent Bernoulli trials
the factory inspector is inspecting bulbs, where 98% (p=0.98) are defect-free. What’s the
probability that the first defective bulb (p=0.02) is found on the 5th bulb?
Result is 1.84%.
Expo:
model the time between events in a process where events occur continuously and independently
at a constant average rate.
Suppose the lifespan of light bulbs is exponentially distributed, with an average lifespan of 500
hours. This implies the rate parameter is:
Problem 1: What is the probability that a bulb lasts less than 400 hours?
Problem 2: What is the probability that a bulb lasts more than 600 hours?