What is a discrete uniform distribution?
Where the probability of all outcomes are equal
When do we use binomial distribution?
What adds to 1 in binomial distributions?
All probabilities add to 1
What is the binomial distibution model
X ~ B (n, p)
n= number of trials
p = probability
Binomial distribution: finding p(x=r) manually with (n trials)
(nCr) pʳ (1-p)ⁿ⁻ʳ
ex. when n=10 and p=0.4
p(x=3) =
10C3 (0.4)³ (0.6)⁷