Description Usage Arguments Value References
View source: R/QuantPooling_funs.R
The function calculates the convolution of two empirical distributions up to the value of
cutoff
(on the sum of two random variables).
1 | convol.dens(ecdf1, ecdf2, N1, N2, cutoff)
|
ecdf1 |
An ecdf from the function |
ecdf2 |
An ecdf from the function |
N1 |
The size of the emprical support of |
N2 |
The size of the emprical support of |
cutoff |
Cutoff of the support of the resulting convolution distribution |
The function returns a matrix of three columns: The support of convolution distribution
up to cutoff
, empirical PMF and empirical CDF.
Liu T, Hogan JW, Daniels, MJ, Coetzer M, Xu Y, Bove G, et al. Improved HIV-1 Viral Load Monitoring Capacity Using Pooled Testing with Marker-Assisted Deconvolution. Journal of AIDS. 2017;75(5): 580-587.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.