getKappaFun {genSEIR} | R Documentation |
Estimate Death Rate
Description
This function provides a first estimate of the death rate, to faciliate convergence of the main algorithm.
Usage
getKappaFun(
tTarget,
Q,
D,
guess,
ftol,
ptol,
gtol,
epsfcn,
factor,
maxfev,
maxiter,
nprint,
trace
)
Arguments
tTarget |
time vector |
Q |
target time-histories of the quarantined cases |
D |
target time-histories of the dead cases |
guess |
initial guess parameters for kappa |
ftol |
nls.lm.control object. non-negative numeric. Default is |
ptol |
nls.lm.control object. non-negative numeric. Default is |
gtol |
nls.lm.control object. non-negative numeric. Default is |
epsfcn |
nls.lm.control object. Default is |
factor |
nls.lm.control object. Default is |
maxfev |
nls.lm.control object. Default is |
maxiter |
nls.lm.control object. Default is |
nprint |
nls.lm.control object. Default is |
trace |
Set |
Value
vector of estimation and optimization function for the death rate
Author(s)
Selcuk Korkmaz, selcukorkmaz@gmail.com
References
Peng, L., Yang, W., Zhang, D., Zhuge, C., Hong, L. 2020. “Epidemic analysis of COVID-19 in China by dynamical modeling”, arXiv preprint arXiv:2002.06563.