Capture-Recapture Calculators
0 calculators tagged with “Capture-Recapture”
All Calculators
No calculators found for this topic.
What Is Capture-Recapture?
Capture-recapture (mark-recapture) estimates population size (N) without counting every individual. The approach:
- Capture a sample of individuals, mark them (tags, paint, radio collars, bands), and release
- Allow sufficient time for marked individuals to mix randomly with the population
- Capture a second independent sample and count total captured (n) and number already marked (m)
- Estimate N from the ratio of marked to total in the second sample
Lincoln-Petersen Estimator
The standard formula (Peterson 1896, Lincoln 1930):
N = (M × C) / R
Where:
- M — number marked and released in first sample
- C — total captured in second sample
- R — number of marked individuals recaptured in second sample
The Chapman modification (less biased with small samples):
N = ((M + 1)(C + 1) / (R + 1)) − 1
Worked Example
A wildlife team captures and tags 120 trout (M = 120). Two weeks later, they capture 95 trout (C = 95) and find 18 are tagged (R = 18):
N = (120 × 95) / 18 = 11,400 / 18 = 633 trout
95% confidence interval: N ± 1.96 × SE, where SE can be approximated.
Key Assumptions
- Closed population: No births, deaths, immigration, or emigration between sampling occasions
- Equal catchability: All individuals have equal probability of capture
- Random mixing: Marked individuals mix randomly with unmarked before second capture
- Marks are not lost: Tags are permanent and not overlooked
- Marking does not affect survival or catchability
Open Population Models
Real populations have births, deaths, and movement. The Jolly-Seber model extends mark-recapture to open populations with multiple sampling occasions, estimating survival rates, birth rates, and population size simultaneously. The Cormack-Jolly-Seber (CJS) model estimates apparent survival from multi-occasion capture histories.
Applications Beyond Wildlife
- Epidemiology: Estimating undiagnosed disease cases from multiple data sources
- Database research: Estimating total records from overlapping databases
- Human rights: Estimating conflict casualties from multiple witness accounts
Glossary
Frequently Asked Questions
N = (M × C) / R, where M = number marked and released in the first sample, C = total captured in the second sample, R = number of marked individuals recaptured in the second sample. The formula assumes that the proportion of marked individuals in the second sample equals the proportion of the population that was marked — allowing population size to be inferred from the recapture ratio.
The key assumptions are: (1) Closed population — no births, deaths, immigration, or emigration between the two sampling occasions; (2) Equal catchability — all individuals have the same probability of being captured; (3) Random mixing — marked individuals redistribute randomly throughout the population before the second capture; (4) Marks are not lost and can be identified; (5) Marking does not affect survival or capture probability. Violations of these assumptions bias the population estimate.
In epidemiology, capture-recapture estimates the total number of cases of a disease or condition by cross-referencing multiple incomplete data sources (e.g., hospital records, death certificates, disease registries). Individuals appearing in both sources are 'recaptures.' The Lincoln-Petersen formula estimates the total case count including those missed by all sources. This is used to estimate undetected HIV, hepatitis, injury, and other condition burdens in populations.
The Chapman modification is N = ((M+1)(C+1)/(R+1)) − 1. It corrects the negative bias of the Lincoln-Petersen estimator when sample sizes are small or when R is small — in these cases the basic formula tends to underestimate N. The Chapman estimator is less biased and is preferred when expected recaptures are fewer than ~10. When sample sizes are large, both methods give nearly identical results.