Description Usage Arguments Value Author(s) See Also Examples
Create an object representing a Poisson distribution.
1  | poissondistribution(rate)
 | 
rate | 
 The rate parameter of the distribution.  | 
An object representing a Poisson distribution.
Petter Mostad <mostad@chalmers.se>
1 2  | dist <- poissondistribution(4)
cdf(dist, 3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.