DispersionDispersionandandthetheNegativeNegativeBinomialBinomialDistributionDistribution
DispersionDispersion
There are three ways in which objects (events, individuals,...) can be dispersed in space and/ or time: regularly, randomly, and contaguously. In Ecology these three types of dispersion are also known as uniform, random and aggregated dispersion, respectively. We will illustrate the three types of dispersion with pictures in two dimensional space. The dots represent the objects.
The first picture shows regular dispersion.
NegatiaveNegatiaveBinomialBinomialDistributionDistribution
In a series of independent binary trials the negative binomial formula returns the probability that there will be $x$ failures before the $r^{th}$ success. Let $p$ be the probability for success. Then
$$P(X=x)=_{x+r-1}C_{r-1} \cdot p^r\cdot (1-p)^{x} $$The mean and variance of the negative binomial distribution are$$ \mu=\frac{(1-p) r}{p} \; ; \quad \sigma^2=\frac{(1-p) r}{p^2} $$
The number of aquatic invertebrates on the lake floor in $400$ quadrats is given in the table below.
$$ \begin{array}{l|{6*c}} \text { # of invertebrates } & 0 & 1 & 2 & 3 & 4 & 5 \\ \hline \text { frequency } & 213 & 128 & 37 & 18 & 3 & 1 \end{array} $$
$$\mu \sim \bar{x}=\frac{\sum f_i x_i}{n}=\frac{1}{400}[(213)(0)+\dots+(5)(1)]=0.6825 $$$$\begin{aligned} \sigma^2 \sim s^2 =\frac{1}{(n-1)} \sum f_i\left(x_i-\bar{x}\right)^2&=\frac{1}{399}\left[213(0-0.6825)^2+\cdots+1(5.0 .6825)^2\right] \\ & =0.8137 \end{aligned}$$$$CD= \frac{\sigma^2}{\mu} \approx \frac{0.8137}{0.6825}=1.192>1 \quad \Rightarrow \quad$$ The counts are contiguously dispersed. The Negative Binomial distribution might be a good fit. Let us estimate $p$ and $r$ from sample data:$$ p \approx \frac{\bar{x}}{s^2}=0.8388 \quad;\quad r \approx \frac{\overline{x^2}}{s^2-\bar{x}}=3.55$$We are ready to use the model to make predictions. However the negative binomial formula cannot be evaluated on common calculators. We will use Excel:$$ \begin{array}{l|{6*c}} x & 0 & 1 & 2 & 3 & 4 & 5 \\ \hline p(x) & 0.59 & 0.29 & 0.09 & 0.02 & 0.006 & 0.001 \end{array} $$E.g. the probability of finding 2 invertebrates in a random quadrat is $0.09$.