View source: R/estimate_R_cl_single.R
deconv | R Documentation |
Wrapper for deconvolution with a given distribution
deconv(counts, dist, max.iter = 10, silent = FALSE)
counts |
Numeric. Vector of daily counts. |
dist |
Numeric. Vector of discrete distributions (daily, truncated) with which we're deconvoluting counts, e.g., produced by |
max.iter |
Numeric. Maximum number of Richardson-Lucy iterations. |
silent |
Logical. Flag to suppress all output messages, warnings, and progress bars. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.