thresh | R Documentation |
This function is used in ardipper
to determine the bound for
the accept-reject algorithm simulating the non-standard conditional distribution
of r_1
.
thresh(k, n1, c2, c3, r2, q1)
k |
current proposal for the number of individuals vanishing between the first and second experiments |
n1 |
first capture population size |
c2 |
number of individuals recaptured during the second experiment |
c3 |
number of individuals recaptured during the third experiment |
r2 |
number of individuals vanishing between the second and third experiments |
q1 |
probability of disappearing from the population |
This upper bound is equal to
\frac{{n_1-c_2 \choose k} {n_1-k \choose c_3+r_2}}{{\bar r\choose k}}
numerical value of the upper bound, to be compared with the uniform random draw
ardipper
## Not run: if (runif(1) < thresh(y,n1,c2,c3,r2,q1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.