getA: Compute the matrix A

Description Usage Arguments Value Author(s) References See Also

View source: R/getA.R

Description

This function computes the matrix A that is found in: dY/dt = A*Y + F

Usage

1
getA(alpha, gamma, delta, lambda, kappa)

Arguments

alpha

protection rate

gamma

inverse of the average latent time

delta

rate of people entering in quarantine

lambda

cure rate

kappa

mortality rate

Value

The matrix A that is found in: dY/dt = A*Y + F

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.

https://www.mathworks.com/matlabcentral/fileexchange/74545-generalized-seir-epidemic-model-fitting-and-computation

See Also

SEIQRDP fit_SEIQRDP


genSEIR documentation built on July 12, 2021, 5:07 p.m.