d.mix.dists.func: Returns probability density function (PDF) for a mix of...

Description Usage Arguments Value Author(s) References See Also

View source: R/connectivity_estimation.distributions.R

Description

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.

Usage

1
d.mix.dists.func(d.unmarked, d.marked)

Arguments

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.

Value

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.

Author(s)

David M. Kaplan dmkaplan2000@gmail.com

References

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

See also d.rel.conn.dists.func, optim.rel.conn.dists.


ConnMatTools documentation built on Feb. 3, 2020, 5:06 p.m.