deconv: Wrapper for deconvolution with a given distribution

View source: R/estimate_R_cl_single.R

deconvR Documentation

Wrapper for deconvolution with a given distribution

Description

Wrapper for deconvolution with a given distribution

Usage

deconv(counts, dist, max.iter = 10, silent = FALSE)

Arguments

counts

Numeric. Vector of daily counts.

dist

Numeric. Vector of discrete distributions (daily, truncated) with which we're deconvoluting counts, e.g., produced by get_discrete_dist()

max.iter

Numeric. Maximum number of Richardson-Lucy iterations.

silent

Logical. Flag to suppress all output messages, warnings, and progress bars.


ern documentation built on April 4, 2025, 2:13 a.m.