HIV Models


The interaction of the HIV-1 virus with the body's immune system can be modeled by a system of differential equations similar to a predator-prey system. After an individual is infected with the HIV-1 virus, the amount of the virus in the bloodstream rises dramatically and the person will often suffer from flu-like symptoms. However, these symptoms will disappear after a period of weeks or months as the body begins to manufacture antibodies against the virus. Tests have been developed to determine the presence of HIV-1 antibodies. If a individual has such antibodies, then they are said to be HIV-1 positive. Once infected with the HIV-1 virus, it can be years before an HIV-positive patient exhibits the full symptoms of AIDS. The body's immune system fights the HIV-1 virus with white blood cells. The CD4-positive T-helper cells, a specific type of white blood cell, is especially important since it helps other cells fight the virus. However, the HIV-1 virus can destroy CD4-positive T-helper cells.

SIR and SIRS Models


This topic describes the differential equations that govern the classic deterministic SIR and SIRS compartmental models and describes how to configure EMOD, an agent-based stochastic model, to simulate an SIR/SIRS epidemic. In SIR models, individuals in the recovered state gain total immunity to the pathogen; in SIRS models, that immunity wanes over time and individuals can become reinfected. The EMOD generic simulation uses an SEIR-like disease model by default. You can modify the default SEIR model to an SIR model by turning off the incubation period.

As the first step in the modeling process, we identify the independent and dependent variables. The independent variable is time t, measured in days. We consider two related sets of dependent variables. The first set of dependent variables counts people in each of the groups, each as a function of time:

  • S = S(t) is the number of susceptible individuals,
  • s the number of susceptible individuals,
  • I = I(t) is the number of infected individuals, and
  • R = R(t) is the number of recovered individuals.
The second set of dependent variables represents the fraction of the total population in each of the three categories. So, if N is the total population (7,900,000 in our example), we have
  • s = s(t) = S(t)/N is the susceptible fraction of the population,
  • i = i(t) = I(t)/N is the infected fraction of the population, and
  • r(t) = R(t)/N is the recovered fraction of the population.

 

  1. Bjørnstad, O.N., Shea, K., Krzywinski, M., The SEIRS model for infectious disease dynamics, Nature Methods, 2020, volume 17, pages 557–558. https://doi.org/10.1038/s41592-020-0856-2
  2. SIR and SIRS Models, IDM
  3. Smith, D. and Moore, L., The SIR Model for Spread of Disease - The Differential Equation Model, The American Mathematical Monthly,
  4. Yano, T.K., Makinde, O.D., Malonza, D.M., Modelling Childhood Disease Outbreak in a Community with Inflow of Susceptible and Vaccinated New-born, Global Journal of Pure and Applied Mathematics, 2016, Volume 12, Number 5, pp. 3895-3916.