getA {genSEIR} | R Documentation |
This function computes the matrix A that is found in: dY/dt = A*Y + F
getA(alpha, gamma, delta, lambda, kappa)
alpha |
protection rate |
gamma |
inverse of the average latent time |
delta |
rate of people entering in quarantine |
lambda |
cure rate |
kappa |
mortality rate |
The matrix A that is found in: dY/dt = A*Y + F
Selcuk Korkmaz, selcukorkmaz@gmail.com
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.