Description Usage Arguments Value Author(s) References See Also
View source: R/connectivity_estimation.distributions.R
This function returns a probability density function (PDF) for scores for a mix of marked and unmarked individuals with known fraction of marked individuals. The distributions for marked individuals and for unmarked individuals must be known.
1 | d.mix.dists.func(d.unmarked, d.marked)
|
d.unmarked |
A function representing the PDF of unmarked individuals. Must be normalized so that it integrates to 1 for the function to work properly. |
d.marked |
A function representing the PDF of marked individuals. Must be normalized so that it integrates to 1 for the function to work properly. |
A function representing the PDF of observations drawn from the mixed
distribution of marked and unmarked individuals. The function takes two
arguments: p.marked
, the fraction of marked individuals in the
distribution; and obs
, a vector of observed score values.
David M. Kaplan dmkaplan2000@gmail.com
Kaplan DM, Cuif M, Fauvelot C, Vigliola L, Nguyen-Huu T, Tiavouane J and Lett C (in press) Uncertainty in empirical estimates of marine larval connectivity. ICES Journal of Marine Science. doi:10.1093/icesjms/fsw182.
See also d.rel.conn.dists.func
,
optim.rel.conn.dists
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.