Creates an Object Representing Poisson Distribution
The function creates an object which represents the Poisson distribution.
poisdist(lambda = 1)
lambda |
mean parameter, default: 1. |
See Poisson
.
Object of class poisdist.
P <- poisdist(1) d(P, c(2, 3, 4, NA)) r(P, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.