Bernoulli Distribution
Bernoulli Distribution
Binomial distribution: n trails (n>1) are conducted which takes a binary outcome.
The probability mass function is
P(X=x) = (𝑛𝑥)𝑃 𝑥 (1 − 𝑃)𝑛−𝑥 x=0,1,2,..,n
Expectation: E(x) = np
Variance: V(x) = np(1-p)
Ex: if you toss a coin five times. For example, Random variable X indicates the no
of tail. n = 5 x = 0,1,2,3,4,5
Poisson distribution
The Poisson distribution is used when a random variable counts the
number of events that occur in an time interval. For example, 1) the
number of telephone calls received by an operator within a certain time
limit. 2) The number of patients arriving in an emergency room between
10 and 11 pm.
𝑒 −𝜆 𝜆𝑥
The probability mass function is P(X=x) = x = 0,1,2,3…..
𝑥!
Expectation: E(x) = λ
Variance: V(x) = λ
Difference between binomial distribution and Poisson distribution:
1) In binomial distribution, number of trials are fixed. In poisson
distribution, number of trials are infinite.
2) In binomial distribution, Variance ≤ Mean. In Poisson distribution,
Mean = Variance.
3) Ex of binomial distribution: Coin tossing experiment. Ex of Poisson
distribution: The number of patients arriving in an emergency room
between 10 and 11 pm.