bets.likelihood.conditional {bets.covid19} | R Documentation |
(Profile) Conditional likelihood given B and E
Description
(Profile) Conditional likelihood given B and E
Usage
bets.likelihood.conditional(
params,
data,
M = Inf,
r = NULL,
params_init = NULL
)
Arguments
params |
A vector of parameters (names: r, ip_q50, ip_q95) |
data |
A data frame with three columns: B, E, S |
M |
Right truncation for symptom onset |
r |
Parameter for epidemic growth (overrides |
params_init |
Initial parameters for computing the profile likelihood |
Value
Conditional log-likelihood.
[Package bets.covid19 version 1.0.0 Index]