dbinpois | R Documentation |
This is the convolution of Poisson and Binomial distributions
dbinpois(z, n, par)
z |
This is the vector of numerical values |
n |
The |
par |
This is the vector of parameter values: average from Poisson distribution and probability of success from Binomial distribution |
The convolution of Poisson and Binomial distribution helps us to compute the number of individuals that have survived from t-1 to t in the combined model while simultaneously computing the number of individuals recruited into the population at occasion t.
The survival is modeled as Binomial distribution and the recruitment as the Poisson distirubiton
f This is the output of the convolution from the Binomial and Poisson distributions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.