Description Usage Arguments Details Author(s) Examples
cdf
calculates the cumulative probability function for the Poisson distribution.
1 |
x |
vector of quantiles |
lamb |
vector of non-negative means for Poisson distribution |
lower.tail |
logical; if TRUE, computes the probability of observing count less than or equal to x. If FALSE, computes the probability of observing a count greater than x |
log.p |
logical; if TRUE, returns log of cumulative probability of x. If FALSE, returns the cumulative probabilities of x |
cdf
uses the cumulative probability function of gamma distribution
1/Γ(floor(x)+1) * γ(floor(x)+1,λ)
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.