powered by
The function creates an object which represents the Poisson distribution.
poisdist(lambda = 1)
mean parameter, default: 1.
Object of class poisdist.
See Poisson.
Poisson
# NOT RUN { P <- poisdist(1) d(P, c(2, 3, 4, NA)) r(P, 5) # }
Run the code above in your browser using DataLab