Description Usage Arguments Value Examples
View source: R/distributions.R
Reduced poisson probability distribution function rPoisson(x;λ,r), takes reduced quantiles (use drpois2 for full quantiles).
1 |
x |
Reduced count quantile (alternatively input reduction(x,r) if x is a full count quantile). |
lambda |
Mean of the full count poisson distribution. |
red |
The factor r by which x was reduced. |
precBits |
Number of bits of precision for arbitrary precision arithmetic. |
The probability of observing quantile x
1 2 | # probability of observing 105 from pois(lam=90)
x <- drpoisAPA(x = 105, lambda = 90, precBits=64)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.