Practical-2 Sem 2
Practical-2 Sem 2
PROBLEM 2.1: Fit a Poisson distribution to the following data and also calculate expected
frequencies.
x 0 1 2 3 4
f 109 65 22 3 1
AIM: To fit a Poisson distribution to the given data and also calculate expected frequencies
using Excel.
P(X=x) = 0 ; otherwise
STEP 1 : Calculate mean for estimating parameter (λ) if parameter is not specified in the
problem.
CALCULATION:
λ = 0.61
CONCLUSION:
P(X=x) = 0 ; otherwise
AIM : To fit a Poisson distribution to the given data and also calculate expected frequencies
using R programming.
Syntax : dpois( x , λ)
CALCULATION:
CODE:
CONCLUSION :
P(X=x) = 0 ; otherwise
2.3 . Fit a Poisson distribution using recurrence relation the following data
x 0 1 2 3 4 5 6 7
f 305 365 210 80 28 9 2 1
Solution:
AIM: To fit a Poisson distribution to the given data by recurrence relation method.
CALCULATION:
CONCLUSION:
P(X=x) = 0 ; otherwise