Description Usage Arguments Details Value Author(s) Examples
r
calculates the probability mass function for the Poisson distribution.
1 |
x |
vector of non-negative counts |
lamb |
vector of non-negative means for Poisson distribution |
log |
logical; if TRUE, returns log of probability of x. If FALSE, returns the probabilities of x |
r
implements Catherine Loader's algorithm for Poisson probabilities (pmf)
https://lists.gnu.org/archive/html/octave-maintainers/2011-09/pdfK0uKOST642.pdf
r
returns the (log) probability of the observed count x
given lamb
Cynthia K. Zajac (^_-)
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.