powered by
Returns an POISSON distribution object that produce random numbers from a Poisson distribution using the rpois function
rpois
new_POISSON(p_lambda, p_dimnames = "rvar")
An object of class DISTRIBUTION, POISSON
DISTRIBUTION
POISSON
A numeric that represents the expected number of events
A character that represents the name of the dimension
John J. Aponte
myDistr <- new_POISSON(5) myDistr$rfunc(10)
Run the code above in your browser using DataLab