getA {genSEIR}R Documentation

Compute the matrix A

Description

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

Usage

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


[Package genSEIR version 0.1.1 Index]