Temporal and Spacial Studies of Infectious Diseases: Mathematical Models and Numerical Solvers
Md Abu Talha, Yongjia Xu, Shan Zhao, Weihua Geng

TL;DR
This paper develops and verifies numerical algorithms and open-source Python code for simulating the Fisher's model of infectious diseases, incorporating spatial effects and applied to COVID-19 data for prediction.
Contribution
It introduces a second-order 2-D Fisher's model solver with advanced numerical schemes and boundary condition handling, addressing previous computational challenges.
Findings
The solver achieves second-order accuracy in space and time.
Numerical methods improve efficiency and precision of Fisher's model simulations.
Application to COVID-19 data demonstrates practical predictive capabilities.
Abstract
The SIR model is a classical model characterizing the spreading of infectious diseases. This model describes the time-dependent quantity changes among Susceptible, Infectious, and Recovered groups. By introducing space-depend effects such as diffusion and creation in addition to the SIR model, the Fisher's model is in fact a more advanced and comprehensive model. However, the Fisher's model is much less popular than the SIR model in simulating infectious disease numerically due to the difficulties from the parameter selection, the involvement of 2-d/3-d spacial effects, the configuration of the boundary conditions, etc. This paper aim to address these issues by providing numerical algorithms involving space and time finite difference schemes and iterative methods, and its open-source Python code for solving the Fisher's model. This 2-D Fisher's solver is second order in space and up…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 epidemiological studies
MethodsDiffusion
