Generate 100 instances of a Poisson(3) random variable. What is the mean? What is the variance as computed by the R function var?
This is the R-Code for the given question.
To generate random number from Poisson Distribution we use the R-Code - rpois (n,lamba) where n is the number of random sample.
Get Answers For Free
Most questions answered within 1 hours.