Mark and recapture
Template:Short description Template:More footnotes
Mark and recapture is a method commonly used in ecology to estimate an animal population's size where it is impractical to count every individual.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> A portion of the population is captured, marked, and released. Later, another portion will be captured and the number of marked individuals within the sample is counted. Since the number of marked individuals within the second sample should be proportional to the number of marked individuals in the whole population, an estimate of the total population size can be obtained by dividing the number of marked individuals by the proportion of marked individuals in the second sample. The method assumes, rightly or wrongly, that the probability of capture is the same for all individuals.<ref name="Southwood"/> Other names for this method, or closely related methods, include capture-recapture, capture-mark-recapture, mark-recapture, sight-resight, mark-release-recapture, multiple systems estimation, band recovery, the Petersen method,<ref name="Krebs2009">Template:Cite book</ref> and the Lincoln method.
Another major application for these methods is in epidemiology,<ref name="Chao">Template:Cite journal</ref> where they are used to estimate the completeness of ascertainment of disease registers. Typical applications include estimating the number of people needing particular services (e.g. services for children with learning disabilities, services for medically frail elderly living in the community), or with particular conditions (e.g. illegal drug addicts, people infected with HIV, etc.).<ref name="Allen">Template:Cite journal</ref>
Edit
Typically a researcher visits a study area and uses traps to capture a group of individuals alive. Each of these individuals is marked with a unique identifier (e.g., a numbered tag or band), and then is released unharmed back into the environment. A mark-recapture method was first used for ecological study in 1896 by C.G. Johannes Petersen to estimate plaice, Pleuronectes platessa, populations.<ref name="Southwood">Template:Cite book</ref>
Sufficient time should be allowed to pass for the marked individuals to redistribute themselves among the unmarked population.<ref name="Southwood"/>
Next, the researcher returns and captures another sample of individuals. Some individuals in this second sample will have been marked during the initial visit and are now known as recaptures.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }} </ref> Other organisms captured during the second visit, will not have been captured during the first visit to the study area. These unmarked animals are usually given a tag or band during the second visit and then are released.<ref name="Southwood"/>
Population size can be estimated from as few as two visits to the study area. Commonly, more than two visits are made, particularly if estimates of survival or movement are desired. Regardless of the total number of visits, the researcher simply records the date of each capture of each individual. The "capture histories" generated are analyzed mathematically to estimate population size, survival, or movement.<ref name="Southwood"/>
When capturing and marking organisms, ecologists need to consider the welfare of the organisms. If the chosen identifier harms the organism, then its behavior might become irregular.
{{#invoke:Gallery|gallery}}
NotationEdit
Let
- N = Number of animals in the population
- n = Number of animals marked on the first visit
- K = Number of animals captured on the second visit
- k = Number of recaptured animals that were marked
A biologist wants to estimate the size of a population of turtles in a lake. She captures 10 turtles on her first visit to the lake, and marks their backs with paint. A week later she returns to the lake and captures 15 turtles. Five of these 15 turtles have paint on their backs, indicating that they are recaptured animals. This example is (n, K, k) = (10, 15, 5). The problem is to estimate N.
Lincoln–Petersen estimatorEdit
Template:Main article The Lincoln–Petersen method<ref name="seber">Template:Cite book</ref> (also known as the Petersen–Lincoln index<ref name="Southwood" /> or Lincoln index) can be used to estimate population size if only two visits are made to the study area. This method assumes that the study population is "closed". In other words, the two visits to the study area are close enough in time so that no individuals die, are born, or move into or out of the study area between visits. The model also assumes that no marks fall off animals between visits to the field site by the researcher, and that the researcher correctly records all marks.
Given those conditions, estimated population size is:
- <math>\hat{N} = \frac{nK}{k},</math>
DerivationEdit
It is assumed<ref name=Krebs1999>Template:Cite book</ref> that all individuals have the same probability of being captured in the second sample, regardless of whether they were previously captured in the first sample (with only two samples, this assumption cannot be tested directly).
This implies that, in the second sample, the proportion of marked individuals that are caught (<math>k/K</math>) should equal the proportion of the total population that is marked (<math>n/N</math>). For example, if half of the marked individuals were recaptured, it would be assumed that half of the total population was included in the second sample.
In symbols,
- <math>\frac{k}{K} = \frac{n}{N}.</math>
A rearrangement of this gives
- <math>\hat{N}=\frac{nK}{k}, </math>
the formula used for the Lincoln–Petersen method.<ref name=Krebs1999 />
Sample calculationEdit
In the example (n, K, k) = (10, 15, 5) the Lincoln–Petersen method estimates that there are 30 turtles in the lake.
- <math>\hat{N} = \frac{nK}{k} = \frac{10\times 15}{5} = 30</math>
Chapman estimatorEdit
The Lincoln–Petersen estimator is asymptotically unbiased as sample size approaches infinity, but is biased at small sample sizes.<ref name="Chapman1951">Template:Cite book</ref> An alternative less biased estimator of population size is given by the Chapman estimator:<ref name="Chapman1951" />
- <math>\hat{N}_C = \frac{(n+1)(K+1)}{k+1} - 1</math>
Sample calculationEdit
The example (n, K, k) = (10, 15, 5) gives
- <math>\hat{N}_C = \frac{(n+1)(K+1)}{k+1} -1= \frac{11\times 16}{6}-1 = 28.3</math>
Note that the answer provided by this equation must be truncated not rounded. Thus, the Chapman method estimates 28 turtles in the lake.
Surprisingly, Chapman's estimate was one conjecture from a range of possible estimators: "In practice, the whole number immediately less than (K+1)(n+1)/(k+1) or even Kn/(k+1) will be the estimate. The above form is more convenient for mathematical purposes."<ref name="Chapman1951"/>(see footnote, page 144). Chapman also found the estimator could have considerable negative bias for small Kn/N <ref name="Chapman1951"/>(page 146), but was unconcerned because the estimated standard deviations were large for these cases.
Confidence intervalEdit
An approximate <math>100(1-\alpha)\%</math> confidence interval for the population size N can be obtained as:
<math>K + n - k - 0.5 + \frac{(K-k+0.5)(n-k+0.5)}{(k+0.5)} \exp(\pm z_{\alpha/2}\hat{\sigma}_{0.5}) ,</math>
where <math display="inline">z_{\alpha/2}</math> corresponds to the <math>1-\alpha/2</math> quantile of a standard normal random variable, and
<math>\hat{\sigma}_{0.5} = \sqrt{\frac{1}{k+0.5}+\frac{1}{K-k+0.5}+\frac{1}{n-k+0.5} + \frac{k+0.5}{(n-k+0.5)(K-k+0.5)}}.</math>
The example (n, K, k) = (10, 15, 5) gives the estimate N ≈ 30 with a 95% confidence interval of 22 to 65.
It has been shown that this confidence interval has actual coverage probabilities that are close to the nominal <math>100(1-\alpha)\%</math> level even for small populations and extreme capture probabilities (near to 0 or 1), in which cases other confidence intervals fail to achieve the nominal coverage levels.<ref>Template:Cite journal</ref>
Capture probabilityEdit
The capture probability refers to the probability of a detecting an individual animal or person of interest,<ref>Template:Cite journal</ref> and has been used in both ecology and epidemiology for detecting animal or human diseases,<ref>Template:Cite journal</ref> respectively.
The capture probability is often defined as a two-variable model, in which f is defined as the fraction of a finite resource devoted to detecting the animal or person of interest from a high risk sector of an animal or human population, and q is the frequency of time that the problem (e.g., an animal disease) occurs in the high-risk versus the low-risk sector.<ref name=":0">Template:Cite book</ref> For example, an application of the model in the 1920s was to detect typhoid carriers in London, who were either arriving from zones with high rates of tuberculosis (probability q that a passenger with the disease came from such an area, where q>0.5), or low rates (probability 1−q).<ref>Template:Cite journal</ref> It was posited that only 5 out of 100 of the travelers could be detected, and 10 out of 100 were from the high risk area. Then the capture probability P was defined as:
- <math>P = \frac{5}{10}fq+\frac{5}{90}(1-f)(1-q), </math>
where the first term refers to the probability of detection (capture probability) in a high risk zone, and the latter term refers to the probability of detection in a low risk zone. Importantly, the formula can be re-written as a linear equation in terms of f:
- <math>P = \left(\frac{5}{10}q-\frac{5}{90}(1-q)\right)f + \frac{5}{90}(1-q).</math>
Because this is a linear function, it follows that for certain versions of q for which the slope of this line (the first term multiplied by f) is positive, all of the detection resource should be devoted to the high-risk population (f should be set to 1 to maximize the capture probability), whereas for other value of q, for which the slope of the line is negative, all of the detection should be devoted to the low-risk population (f should be set to 0. We can solve the above equation for the values of q for which the slope will be positive to determine the values for which f should be set to 1 to maximize the capture probability:
- <math>\left( \frac{5}{10} q - \frac{5}{90}(1-q) \right) > 0, </math>
which simplifies to:
- <math>q > \frac{1}{10}. </math>
This is an example of linear optimization.<ref name=":0" /> In more complex cases, where more than one resource f is devoted to more than two areas, multivariate optimization is often used, through the simplex algorithm or its derivatives.
More than two visitsEdit
The literature on the analysis of capture-recapture studies has blossomed since the early 1990sTemplate:Citation needed. There are very elaborate statistical models available for the analysis of these experiments.<ref name="mccrea">McCrea, R.S. and Morgan, B.J.T. (2014) {{#invoke:citation/CS1|citation |CitationClass=web }} {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> A simple model which easily accommodates the three source, or the three visit study, is to fit a Poisson regression model. Sophisticated mark-recapture models can be fit with several packages for the Open Source R programming language. These include "Spatially Explicit Capture-Recapture (secr)",<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> "Loglinear Models for Capture-Recapture Experiments (Rcapture)",<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and "Mark-Recapture Distance Sampling (mrds)".<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Such models can also be fit with specialized programs such as MARK<ref name=MARK>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> or E-SURGE.<ref name=Logiciels>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Other related methods which are often used include the Jolly–Seber model (used in open populations and for multiple census estimates) and Schnabel estimators<ref>Template:Cite journal</ref> (an expansion to the Lincoln–Petersen method for closed populations). These are described in detail by Sutherland.<ref name="sutherland">Template:Cite book</ref>
Integrated approachesEdit
Modelling mark-recapture data is trending towards a more integrative approach,<ref name="maunder1">Maunder M.N. (2003) Paradigm shifts in fisheries stock assessment: from integrated analysis to Bayesian analysis and back again. Natural Resource Modeling 16:465–475</ref> which combines mark-recapture data with population dynamics models and other types of data. The integrated approach is more computationally demanding, but extracts more information from the data improving parameter and uncertainty estimates.<ref name="maunder2">Maunder, M.N. (2001) Integrated Tagging and Catch-at-Age Analysis (ITCAAN). In Spatial Processes and Management of Fish Populations, edited by G.H. Kruse, N. Bez, A. Booth, M.W. Dorn, S. Hills, R.N. Lipcius, D. Pelletier, C. Roy, S.J. Smith, and D. Witherell, Alaska Sea Grant College Program Report No. AK-SG-01-02, University of Alaska Fairbanks, pp. 123–146.</ref>
See alsoEdit
- German tank problem, for estimation of population size when the elements are numbered.
- Tag and release
- Abundance estimation
- GPS wildlife tracking
- Shadow Effect (Genetics)
ReferencesEdit
- Template:Cite journal
- Template:Cite journal
- Template:Cite journal
- Template:Cite journal
- Template:Cite book
- Template:Cite book
- Template:Cite journal
- Template:Cite book
- Template:Cite journal
Further readingEdit
- Template:Cite journal
- Template:Cite journal
- Template:Cite journal
- Petersen, C. G. J. (1896). "The Yearly Immigration of Young Plaice Into the Limfjord From the German Sea", Report of the Danish Biological Station (1895), 6, 5–84.
- Schofield, J. R. (2007). "Beyond Defect Removal: Latent Defect Estimation With Capture-Recapture Method", Crosstalk, August 2007; 27–29.