Binomial mean and standard deviation formulas
Mean and variance of Bernoulli distribution example
unfavorable = 40% ----> 0
favorable = 60% ----> 1
We map the values to a 0 and 1.
Mean:
Variance:
Bernoulli distribution mean and variance formulas
unfavorable = 40% ----> 0 ===> we change it to (1 - p) -> failure
favorable = 60% ----> 1 ===> we change it to (p) -> success
(see Statistics (hackerrank)/Poisson Distribution)
X = # of successes after trials where P(success) for each trial is
Finding the mean and standard deviation of a binomial random variable
A company produces cell phone chips. 2% of them are defect. A quality check involves randomly selecting and testing 500 chips.
What are the mean and standard deviation?
= # of defective chips in 500 chip sample
Last updated