Learn R Programming

MixStable (version 0.1.0)

est_r0_ml: Estimate R0 using maximum likelihood

Description

Computes the basic reproduction number (R0) using a maximum likelihood approach based on secondary cases and generation time weights.

Usage

est_r0_ml(W, N)

Value

Estimated R0 value.

Arguments

W

Generation time distribution.

N

Secondary case counts.