fraction
and rate
.dpoix(x, frac, rate, log=FALSE)
ppoix(q, frac, rate, lower.tail=TRUE, log.p=FALSE)
qpoix(p, frac, rate, S=30, lower.tail=TRUE, log.p=FALSE)
p(y) = rate*frac^y / (frac + rate)^(y+1)
for x = 0, 1, 2, ...(Green & Plotkin 2007) In ecology, this
distribution gives the probability that a species has
an abundance of x individuals in a random sample of a fraction frac
of the community. In the community the species abundances are
independent random variables that follow an exponential density
function.
Hence, a Poisson-exponential distribution is a model for species abundances distributions (SAD) in a sample taken from a community under the assumptions: (a) species abundances in the community are independent identically distributed exponential variables, (b) sampling is a Poisson process with expected value 'frac*n', (c) individuals are sampled with replacement, or the fraction of total individuals sampled is small enough to approximate a sample with replacement. See Engen (1977) and Alonso et al. (2008) for critic evaluations.
Notice that the Poisson-exponential can be seen as a different form for the
MacArthur's Broken stick model (Baczkowski, 2000), so instead of fitting to a
Poisson-exponential distribution directly, the user should use fitbs
.
Engen, S. 1977. Comments on two different approaches to the analysis of species frequency data. Biometrics, 33: 205--213.
Pielou, E.C. 1977. Mathematical Ecology. New York: John Wiley and Sons. Green,J. and Plotkin, J.B. 2007 A statistical theory for sampling species abundances. Ecology Letters 10:1037--1045