Fundamentals of Population Sampling
Ecologists rarely count every individual in a habitat. Instead, they estimate population density (individuals per unit area)
and sometimes the total population size by sampling a subset of the area or population. This calculator covers two common introductory
approaches: quadrat sampling (for mostly stationary organisms or those counted in plots) and mark–recapture
(for mobile animals where individuals can be captured, marked, released, and later recaptured).
A) Quadrat sampling density
A quadrat is a plot of known area placed in a habitat. By counting individuals within multiple quadrats, we estimate the
average number of individuals per quadrat and convert that into a density.
Mean count and density
Suppose you sample n quadrats and record counts x1, x2, …, xn.
The mean count per quadrat is:
\[
\overline{count}=\frac{1}{n}\sum_{i=1}^{n} x_i
\]
If the quadrat area is Aquadrat (in m²), then the estimated density is:
\[
\text{Density}=\frac{\overline{count}}{A_{quadrat}}
\]
Units matter: if Aquadrat is in m² and counts are individuals, density is in individuals/m².
The calculator lets you enter quadrat area directly or compute it as length × width.
Estimating total population size in a habitat
If the total habitat area Ahabitat is known and your quadrats are representative of the habitat,
the total population can be approximated by:
\[
N_{total}\approx \text{Density}\times A_{habitat}
\]
This is an approximation because density may vary across the habitat due to patchiness (clumping), microhabitats, or gradients.
Providing many quadrats across the habitat improves representativeness.
Variability across quadrats: SD and SE
Quadrat counts often vary substantially. To summarize variability, the calculator reports the sample standard deviation (SD):
\[
SD=\sqrt{\frac{\sum_{i=1}^{n}(x_i-\overline{count})^2}{n-1}}
\]
The standard error (SE) describes uncertainty in the estimated mean count due to finite sampling:
\[
SE=\frac{SD}{\sqrt{n}}
\]
A large SD indicates patchiness (high plot-to-plot variation). A small SE usually requires a reasonably large number of quadrats.
How to interpret the graphs for quadrat sampling
The histogram of quadrat counts shows the distribution of counts across sampled quadrats. A right-skewed histogram
(many low counts with a few high counts) is typical of clumped distributions. The dot plot by quadrat number
shows plot-to-plot variation and includes a mean reference line.
B) Mark–recapture (Lincoln–Petersen basic)
Mark–recapture methods estimate population size by using the proportion of marked individuals in a second sample.
In the simplest design:
First sample: capture and mark M individuals, then release them back into the population.
After sufficient mixing time, take a second sample and capture C individuals, of which R are marked (recaptured).
Lincoln–Petersen estimate
The basic Lincoln–Petersen estimate is:
\[
\hat{N}=\frac{M\cdot C}{R}
\]
Intuition: if marked individuals are well mixed and catchability is equal, then the fraction marked in the second sample
should match the fraction marked in the whole population:
\[
\frac{R}{C}\approx \frac{M}{N}
\]
Rearranging gives \(\hat{N}\approx \frac{M\cdot C}{R}\).
Small-sample correction (Chapman)
When sample sizes are small or R is small, the basic estimate can be biased. A commonly recommended correction is the
Chapman estimator:
\[
\hat{N}=\frac{(M+1)(C+1)}{(R+1)}-1
\]
This calculator includes an option to use Chapman, which is typically preferred for introductory applications unless samples are large.
Recapture rate and why small R is a problem
The recapture rate reported by the calculator is:
\[
\text{Recapture rate}=\frac{R}{C}
\]
If R is very small, the estimate \(\hat{N}\) becomes extremely sensitive: changing R by just 1 can change \(\hat{N}\)
by a large amount. If R = 0, the method cannot estimate population size because the formula divides by zero (no overlap detected).
Key assumptions (and when mark–recapture fails)
The simplest mark–recapture estimate is valid only under several important assumptions:
- Closed population: no immigration, emigration, births, or deaths between samples.
- Marks are not lost and are correctly recognized in the second sample.
- Equal catchability: marked and unmarked individuals have the same probability of being captured.
- Mixing: marked individuals are fully mixed back into the population before the second sample.
How to interpret the mark–recapture graphs
The Venn-style diagram visualizes the overlap between marked individuals and the second capture, where the overlap equals R.
The sensitivity curve shows how \(\hat{N}\) changes as R changes while holding M and C constant. This is a
direct way to see why low recapture counts create unstable estimates.
Practical guidance for better estimates
- Use enough quadrats and spread them across the habitat to reduce bias from patchiness.
- For mark–recapture, increase sample sizes (especially the second capture) to increase R.
- Allow adequate mixing time and use marks that do not affect survival or capture probability.
- Treat all results as estimates and interpret them in the ecological context of the study system.