In Probability,
1 trial
- 2 possible outcomes,
- 1 trial
P(X=x)=Px(1−P)1−x
where X is the number of heads and x∈{0, 1}. P is the probability of success.
Bernoulli Trials
- Independent. P(A1∩A2∩A3∩⋯∩An)=k=1∏nP(Ak)
- Stationary. Same P.
n trials
- 2 possible outcomes,
- n trial
P(X=x)=(xn)Px(1−P)1−x
Things to consider
- Number of Outcomes. Two or More?
- With or Without Replacement?
Strategy | Strategies | With Replacement | Without Replacement |
---|
2 outcomes | Binomial | Hypergeometric | |
≥3 outcomes | Multinomial | Multivariate hypergeometric | |
Multinomial
k- outcomes
N1 = # of item 1
N2 = # of item 2
N3 = # of item 3
N4 = # of item 4
...
Nk = # of item k
N=N1+N2+N3+⋯+Nk
n=x1+x2+x3+⋯+xk
P1=Probability(Item 1)
Pk=Probability(Item k)
P1+P2+P3+⋯+Pk=1
P(X1=x1, X2=x2,⋯, Xk=xk)=x1! x2! x3! ⋯