Probability Distributions
Binomial Distribution
- The number of successes in a fixed number of independent trials, each with the same probability of success.
B(n,p)=k=0∑n(nk)pk(1−p)(n−k)=1
∙ Properties
- Mean:
- μ=np
- Variance:
- σ2=np(1−p)
- Probability mass function
- P(X=k)=(nk)pk(1−p)(n−k)
Poisson Distribution
P(λ)=k=0∑nk⋅k!λke−λ
∙ Properties
- Mean:
- μ=λ
- Variance:
- σ2=λ
- Probability mass function
- P(X=k)=k!λke−λ