MULTIOBJECTIVE DESIGN OF VACCINATION CAMPAIGNS WITH A STOCHASTIC VALIDATION

Size: px
Start display at page:

Download "MULTIOBJECTIVE DESIGN OF VACCINATION CAMPAIGNS WITH A STOCHASTIC VALIDATION"

Transcription

1 MULTIOBJECTIVE DESIGN OF VACCINATION CAMPAIGNS WITH A STOCHASTIC VALIDATION André Rodrigues da Cruz Universidade Federal de Minas Gerais Master Student in Electrical Engineering andrercruz@cpdee.ufmg.br Rodrigo Tomás Nogueira Cardoso Centro Federal de Educação Tecnológica de Minas Gerais Department of Physics and Mathematics rodrigoc@des.cefetmg.br Ricardo Hiroshi Caldeira Takahashi Universidade Federal de Minas Gerais Department of Mathematics taka@mat.ufmg.br ABSTRACT The planning of vaccination campaigns must minimize two factors: the number of infected individuals in a time horizon and the cost to implement the control. This problem is stated here as a non-linear dynamic programming optimization with impulsive control. The traditional SIR (Susceptible-Infected-Recovered) differential equation model is employed for representing the system, and the dynamic programming problem is solved in open-loop, leading to a static non-linear multiobjective optimization problem. The NSGA-II, which is a robust multiobjective genetic algorithm, is employed as the optimization machinery. A stochastic dynamic model of the epidemics is employed in order to validate the vaccination strategy, helping in the choice of the specific strategy to be implemented. The final result shows a set of interval of confidence for each optimal policy strategy. KEYWORDS. Mathematical Programming. Multicriteria Decision Analysis. Applications to Health. XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1448

2 1 Introduction The need to understand and model the dynamics of disease proliferation has lead to an emerging new area of science, the mathematical epidemiology. This area studies quantitatively the distribution of health/disease phenomena, besides assessing the effectiveness of interventions in public health [Clancy 1999]. The epidemiological model SIR, proposed by Kermack and McKendrick in 1927, is one of the most used to represent infectious diseases. This model classifies the individuals in three states: susceptible (S), infected (I) and recovered (R), and these states are related by a system of differential equations [Anderson and May 1992, Hethcote 2000]. In the last decades, simulations methods called Individual Based Models (IBM) have been used to make more realistic assumptions than differential equation models, trying to understand how the properties of the system emerge from the interaction among each individual [Grimm 1999, Nepomuceno 2005]. A big challenge in public health is related to the promotion of vaccination campaigns [Anderson and May 1992], which aims to eradicate a disease with the minimum possible cost. For this purpose, it is necessary to: 1. determine the lowest number of campaigns; 2. set the minimum percentage of the susceptible population which must be vaccinated in each stage; and 3. determine when the campaigns (stages) must be implemented during the time horizon. Many works have applied control theory to present optimal vaccination strategies [Hethcote 2000, Moghadas 2004]. They take the pulse vaccination, which is an impulsive control defined by repeated application of a fixed vaccination ratio in discrete times with equal intervals [Zhou and Liu 2003, d Onofrio 2005]. In order to answer these questions, we propose a multiobjective optimization approach, using a non-linear dynamic programming technique with impulsive control which means that the actions of control are performed in some discrete time instants. A distinctive feature of the proposed approach is that it employs non-fixed pulse vaccination strategies, allowing different vaccination levels in arbitrary time instants. A former study, employing fixed vaccination levels, is related in [Cardoso and Takahashi 2007]. The bi-objective problem consists of minimizing both the integral of infected individuals during the time and the cost with vaccines and number of campaigns (as each campaign also involves spending on advertising, allocation of professionals, transportation, etc.). The NSGA-II [Deb et al. 2000], a very efficient multiobjective genetic algorithm, has been adjusted to find the solutions under the SIR model. The solutions in Pareto set are validated in an Individual Based Model (IBM) to study the stochastic behavior during the time. A multiobjective analysis is presented to emphasize the final solution. This paper is organized in the following order: section 2 shows the SIR model and the Individual Based Model (IBM), which describe the interaction of susceptible, infected and recovered population in a deterministic and stochastic way, respectively. Section 3 shows the optimization model. Section 4 shows the Pareto set and the simulation analysis of the optimal individuals. Section 5 presents the conclusions of this work. XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1449

3 2 Epidemiological Models The main reasons for studying mathematical models of disease spread is the hope that improved understanding of the transmission mechanism may lead to a more effective control strategies. [Clancy 1999]. This section describes two models used in this work, the SIR and the IBM. Both models are compartmental, i.e., individuals are classified in one of the three classes [Hethcote 2000] [Anderson and May 1992]: 1. Susceptible - individuals which are not infected, but may become; 2. Infected - individuals which are sick and can transmit the disease to others; 3. Recovered - individuals which are immune to the contagion (they had been sick before, or they have been vaccinated). 2.1 SIR The SIR model uses the strategy of compartments, related by a system of three differential equations. The initial value problem are presented in Equation (1). ds dt = βis µn µs N, S(0) = S o 0 di dt = βis N γi µi, I(0) = I o 0 dr dt = γi µr, R(0) = R o 0 (1) in which S, I and R are respectively the number of susceptibles, infected and recovered; N is the number of individuals (which is supposed to be fixed: S(t) + I(t) + R(t) = N, t 0). The parameters are: β is the transmission rate; γ is the recovery rate of infected individuals; and µ is the rate of new susceptibles. To keep the number of individuals in population constant, the mortality rate and the birth rate are made equal. As N is constant along the time, the variables can be written as ratios: s(t) = S(t)/N; i(t) = I(t)/N; r(t) = R(t)/N; and r(t) = 1 s(t) i(t). This epidemiological model examines the spread of the disease in a population during a time-stage, in an average way. It is mathematically and epidemiologically well-conditioned [Hethcote 2000]. The basic reproductive number R 0 is defined as R 0 = β/(µ + γ), which represents the average number of infections produced by an infected individual. The article [Hethcote 2000] shows that the SIR system has an asymptotically stable endemic equilibrium if, and only if, R 0 > 1. The parameters values used in this work are shown in Table 1. They describe a very difficult disease to control. The number of individuals considered is N = The initial condition, in percentage, is A = (s o, i o, r o ) = (0.99; 0.01; 0.00). The time horizon adopted is T CNT RL = 50(u.t.). Figure 1 shows the behavior of the system without intervention for this configuration. In this case, the stable point is, in percentage, f = (0.0622; ; ) and for N individuals, F = ( ; ; ). Notice that the amount of infected individuals in the stable point (the endemic equilibrium) is very significant and, for this reason, it is necessary to control the disease. This paper employs the SIR model to find optimal vaccination campaigns in epidemic control situations, via impulsive multiobjective dynamic optimization. XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1450

4 Parameter Value µ 1/50 β 3.0 γ 1/6 Table 1: Parameters of the SIR model used in this work Behavior of the system during the time Number of individuals Susceptible Infected Recovered Time (u.t.) Figure 1: Behavior of the SIR model without intervention, considering the parameters shown in Table IBM The IBM (Individual Based Model) is a probabilistic simulation model in which individuals are discrete entities endowed with some characteristics of interest. The model simulates the interactions between such individuals [Grimm 1999]. IBM are applied in many areas such as ecology, network, and economy to study the development of animals, softwares, markets during the time. This paper uses IBM models to validate the results coming from the multiobjective optimization procedure (using the SIR model), in order to aid in the decision-making procedure that must be performed for choosing a single solution from the Pareto optimal set that is delivered from the multiobjective optimization procedure. Like a Monte Carlo simulation procedure [Ross 2002], it intends to simulate the proliferation of a disease and to test the effectiveness of a campaign, an action that the SIR model is not able to do. More specifically, IBM is used here to present an interval of confidence of each policy found. The IBM, in this work, follows some premises in order to coincide with those for SIR. The premises are: 1. Constant population: the population size is fixed; 2. Categories of an individual: An individual can be susceptible, infected or recovered; 3. Change of category: Once in a category, the individual can change to other in each instant of time, according to the rules: XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1451

5 (a) susceptible, infected, recovered susceptible: an individual has died and a new susceptible has just born; (b) susceptible infected: a susceptible has contracted the disease in contact with an infected; (c) infected recovered: a infected individual has become a recovered one; (d) susceptible recovered: a susceptible has been vaccinated. 4. Statistic distribution: The mortality (and birth, consequently), recover and vaccination are events that occur with uniform distribution in each time interval. 5. In IBM, each individual has the same probability of contact. All parameters must be chosen in order to make the IBM model to fit, in average, the SIR model behavior. In this way, the probability of death/birth is given by µ, the disease transmission probability for an infected individual is β, and the recovery probability is γ, as stated in Table 2. The population size is fixed at N. Parameter Value µ β γ Table 2: Probability values for IBM The high level code which describes IBM is shown in Algorithm 1. Algorithm 1 IBM( µ, β, γ, N, T f ) P InitialP op() for t = T 0 until T f do for i = 1 until N do AnaliseDeath(P.ind(i)) AnaliseV accine(p.ind(i)) AnaliseInf ection(p.ind(i)) AnaliseRecovery(P.ind(i)) end for end for 3 Optimization Model This paper proposes a multiobjective impulsive control using an open-loop continuousvariable dynamic optimization procedure to solve the epidemiological problem, using the SIR model as the dynamic system, coupled with a statistical analysis using the IBM. The main idea of impulsive control [Yang 1999] is to split the continuous-time interval in some stages, performing impulsively actions of control just in some time instants. The dynamic system keeps its autonomous dynamics in the time intervals between the consecutive impulsive actions of control. The solution of the dynamic programming impulsive control problems is sought here in open-loop using an evolutionary algorithm, which allows rather arbitrary objective XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1452

6 function and constraints, and is an alternative to using enumerative algorithms, which have prohibitive computational complexity [Bertsekas 1995]. The time horizon [0, T CNT RL] has to be partitioned in a set of time instants not previously fixed Γ = {τ 0,..., τ M }, such that: τ k < τ k+1, τ 0 = 0 and τ M = T CNT RL. These intervals do not have to be equidistant. The time instant τ + k is defined as a time instant just before the impulsive action in τ k. The optimization variables of the problem are: the number of vaccination campaigns (stages): M, the time intervals vector between the campaigns: Γ = {τ 0,..., τ M }, the percentages of vaccines of the susceptible population during the campaigns: P = {p[1],..., p[m]}, for each time instant in Γ. The following discrete-time variable notation is considered: x[k] = x(τ k ) and x[k + ] = x(τ + k ), for each state x = s, i or r. Since the vaccination acts only in the ratio of susceptible, then: s[k + ] = s[k](1 p[k]); i[k + ] = i[k]; r[k + ] = r[k]; k = 0, 1,..., M 1. (2) Each initial value problem (IVP) in (1) is valid during the time in which there is no action of control (vaccination) in the system the system presents its autonomous dynamics within such time intervals. A new initial condition for the system is established in each stage according to the difference equation (2), linking each stage with the next one. The set of initial conditions in t = 0 must be previously known, if the explicit simulation of the system is to be performed. The constraints are modeled as: each interval of time between stages τ k = τ k+1 τ k has to obey the relation: 0 < tmin τ k tmax < T CNT RL; the sum of τ k is not allowed to overcome the time of control T CNT RL; this determines the number of campaigns M; each vaccination ratio p[k] has to follow the rule: 0 < pmin p[k] pmax 1.0; it is desired that the number of infected individuals, after t = T INIC, remains up to i tol > 0, in other words, I(t) i tol, for t (T INIC, T CNT RL). Of course, in the case of some diseases, the acceptable level of infected individuals should be i tol equal to zero infected individuals, corresponding to disease eradication. The bi-objective optimization model has two functions which must be minimized: F 1 - the integral of infected population during the optimization horizon; F 2 - the total cost with the campaign (sum of vaccines added with a fanciful fixed cost of each campaign, for example, transportation, advertisement, etc.). XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1453

7 Therefore, the bi-objective optimization model can be formulated as in Problem (3). min M,Γ,P F 1 = T CNT RL 0 I(t)dt F 2 = c 1 M + c 2 M k=0 S(t) p[k] (3) subject to: ds dt = µn µs βis N, S(0) = S o 0; di dt = βis N γi µi, I(0) = I o 0; dr dt = γi µr, R(0) = R o 0; t (τ + k, τ k+1); s(τ + k ) = s[k+ ] = s[k](1 p[k]); i(τ + k ) = i[k+ ] = i[k]; r(τ + k ) = r[k+ ] = r[k]; k = 0, 1,..., M 1; 0 < tmin τ k tmax < T CNT RL; 0 < pmin p[k] pmax 1.0; M k=1 τ k T CNT RL; I(t) i tol, t (T INIC, T CNT RL); M N. The possible solutions for a multiobjective problem are inside the Pareto optimal or non-dominated solutions set. In a minimization problem with vector of objective function J R m, if y R n denotes the vector of decision variable of the problem and D R n the set of feasible solutions y, the Pareto optimal set Y D is characterized by: Y = {ȳ D; y D : J i (y) J i (ȳ), i = 1,..., m; J(y) J(ȳ)}. (4) The image of the Pareto optimal set Y by the objective function J, or J(Y ), is the Pareto front. The parameters considered here are: T CN T RL = 50 (u.t.), tmin = 1.0 u.t., tmax = 5.0 u.t., pmin = 0.01, pmax = 0.80, T INIC = 10 u.t., i tol = 5, c 1 = 1000, c 2 = 1. The other constant values are in Table Optimization Engine A customized version of the NSGA-II, with parameters shown in Table 3, has been developed to solve the Problem (3). The system of differential equations has been simulated numerically using the fourth-order Runge-Kutta method [Burden and Faires 2003] with precision of XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1454

8 Parameter Value Number of generations 1000 Number of individuals in NSGA-II 40 Combination rate 0.80 Mutation rate 0.05 Table 3: Parameters for NSGA-II The numerical integration has been made adding the total of infected individuals coming from the Runge-Kutta method. In order to avoid problems at evaluating the number of infected individuals during the control, the values have been normalized by the total points returned by the numeric algorithm. 4 Optimization Results This section is divided into two subsections. The first one shows the results found through the execution of NSGA-II under the SIR model. The following subsection takes the previous result and validates it in an IBM as a Monte Carlo simulation. A new Pareto front is then constructed through stochastic dominance (using the median value of objective functions) [Levy 1992], showing an interval of confidence of each Pareto optimal solution. In this way, it is possible to observe the deviation of the simulation under the best controls, in a multiobjective view. 4.1 Results Under SIR Model The execution of the NSGA-II has resulted in the Pareto front shown in Figure 2, in which the axes represent the integral of infected individuals during the control, F 1, normalized by the total points returned by the Runge-Kutta method, and the cost of the control during the time horizon, F 2. Each solution is represent by an asterisk and the utopian solution is represented by a diamond. All 40 individuals candidates to optimum are dispersed in the Pareto front, which shows the efficiency of the NSGA-II. One solution picked from the left side of the Pareto front is shown in Figure 3. It shows the behavior of the controlled system and total number of vaccinated individuals. Notice that the vaccination pulses employed in the vaccination campaigns are allowed to vary from one campaign to the next one, and also that the intervals between campaigns are different too. 4.2 Validation Under IBM In this subsection, a validation through Monte Carlo simulations of the result found in the last subsection is shown. Each Pareto optimal solution, in Figure 2, has been simulated in the IBM 21 times and, for each, the two objective functions in (3) were revaluated. The solutions were sorted by their F 1 values. Then, the stochastic non-domination sorting was applied using the median. The new Stochastic Pareto front with an interval of confidence is shown in Figure 4. The axes are the same as presented in Figure 2. The interval of confidence considers the median in its center and the quantiles 25% and 75% as its extremes, for each objective. Notice that only five solutions have remained non-dominated after this procedure. This occurred because the stochastic dominated solutions have high sensitivity in the XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1455

9 3.4 x 104 Pareto optimal set F F 1 Figure 2: Pareto set for the problem 3. F 1 represents the integral of infected population during the control and F 2 represents the total cost of the vaccination control. neighborhood of the optimum. The final stochastic solution presents not only a Pareto optimal value, but also an interval of confidence. Such information can not be delivered by the SIR model only. In Figure 5, the stochastic behavior of the system of one solution is shown. The center curves represents the curve corresponding to the median behavior, and the error is represented by the 25% and 75% quantiles of obtained by simulation as described in this subsection. Note that although the SIR model points to a non-null number of infective even with vaccinations (see Figure 3), IBM simulation points that there may be a considerable chance of eradication of the disease (see Figure 5). 5 Conclusion This work has presented a multiobjective design methodology for vaccination policies which are intended to minimize both the number of infected individuals in a population and the cost of campaigns of vaccination to implement it during a time horizon. The Pareto optimal set of non-dominated policies has been found using a multiobjective genetic algorithm, the NSGA-II, executing an open-loop dynamic optimization over a SIR model of the epidemics. An individual-based model (IBM) has been used in order to validate the results obtained via the deterministic approach. A very interesting outcome of this study is: when submitted to this stochastic analysis, most of the deterministically found nondominated policies become dominated. This is due to a possibly high sensitivity in the optimal solutions, which loss the optimality for perturbed conditions. The main conclusions of this work, therefore, become: A stochastic analysis of optimal vaccination policies is needed in order to allow discarding highly sensitive solutions that would loss optimality. A reasonable perturbation to be employed in such analysis is the one coming from the IBM XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1456

10 1000 Behavior of the system during the time Number of individuals Susceptible Infected Recovered Time (u.t.) (a) 800 Number of vaccinated susceptibles in the stages 700 Number of susceptible vaccinated Time (u.t.) (b) Figure 3: Example of a solution in Figure 2. The first graphic (a) shows the behavior of the system during the time, the second one (b) shows the number of susceptibles vaccinated in each stage. system, since this model produces perturbations that are likely to be similar to the ones effectively present in the population; A multiobjective optimization approach for determining the optimal vaccination policies is interesting, since it provides a variety of different solutions that can be submitted to the stochastic analysis. XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1457

11 3 x 104 Pareto optimal set F F 1 Figure 4: Stochastic Pareto front representing the non-dominated solutions showed in Figure 2 in a stochastic view. The solutions were validated under IBM by Monte Carlo method. Each interval of confidence considers the median in the center and quantiles 25% and 75% by the cross (for each objective) Stochastic simulation of the IBM system Number of individuals Susceptible Infected Recorvered Time (u.t.) Figure 5: Stochastic behavior of one solution picked from the Pareto front shown in Figure 4. Note the interval of confidence has important details to preview the behavior of the epidemic control. XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1458

12 References [Anderson and May 1992] Anderson, R. M. and May, R. M. (1992). Infectious Diseases of Humans: Dynamics and Control. Oxford University Press. [Bertsekas 1995] Bertsekas, D. P. (1995). Dynamic Programming and Optimal Control. Athena Scientific. [Burden and Faires 2003] Burden, R. L. and Faires, J. D. (2003). Numerical Analysis. Thomson. [Cardoso and Takahashi 2007] Cardoso, R. T. N. and Takahashi, R. H. C. (2007). Solving impulsive control problems by discrete-time dynamic optimization methods. Proceedings of the XXX Congresso Nacional de Matemática Aplicada e Computacional. [Clancy 1999] Clancy, D. (1999). Optimal intervention for epidemic models with general infection and removal rate functions. Journal of Mathematical Biology. [Deb et al. 2000] Deb, K., Agrawal, S., Pratab, A., and Meyarivan, T. (2000). A fast elitist non-dominated sorting genetic algorithm for multi-objective optimization: NSGA-II. Proceedings of the VI Conference in Parallel Problem Solving from Nature, pages [d Onofrio 2005] d Onofrio, A. (2005). On pulse vaccination strategy in the SIR epidemic model with vertical transmission. Applied Matehamtics Letters, 18(7): [Grimm 1999] Grimm, V. (1999). Ten years of individual-based modelling in ecology: what have we learned and what could we learn in the future? Ecological Modelling, pages [Hethcote 2000] Hethcote, H. W. (2000). The mathematics of infectious diseases. SIAM Review, pages [Levy 1992] Levy, H. (1992). Stochastic dominance and expected utility: Survey and analysis. Management Science, pages [Moghadas 2004] Moghadas, S. M. (2004). Analysis of an epidemic model with bistable equilibria using the poincaré index. Applied Mathematics and Computation. [Nepomuceno 2005] Nepomuceno, E. G. (2005). Dinâmica, Modelagem e Controle de Epidemias. PhD thesis, Universidade Federal de Minas Gerais (UFMG). [Ross 2002] Ross, S. M. (2002). Simulation. Academic Press, San Diego, CA. [Yang 1999] Yang, T. (1999). Impulsive control. IEEE Transactions on Automatic Control, 44(5): [Zhou and Liu 2003] Zhou, Y. and Liu, H. (2003). Stability of periodic solutions for an SIS model with pulse vaccination. Mathematical and Computer Modelling, 38(13): XLI SBPO Pesquisa Operacional na Gestão do Conhecimento Pág. 1459

Introduction to SEIR Models

Introduction to SEIR Models Department of Epidemiology and Public Health Health Systems Research and Dynamical Modelling Unit Introduction to SEIR Models Nakul Chitnis Workshop on Mathematical Models of Climate Variability, Environmental

More information

Thursday. Threshold and Sensitivity Analysis

Thursday. Threshold and Sensitivity Analysis Thursday Threshold and Sensitivity Analysis SIR Model without Demography ds dt di dt dr dt = βsi (2.1) = βsi γi (2.2) = γi (2.3) With initial conditions S(0) > 0, I(0) > 0, and R(0) = 0. This model can

More information

Mathematical Analysis of Epidemiological Models: Introduction

Mathematical Analysis of Epidemiological Models: Introduction Mathematical Analysis of Epidemiological Models: Introduction Jan Medlock Clemson University Department of Mathematical Sciences 8 February 2010 1. Introduction. The effectiveness of improved sanitation,

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com A SIR Transmission Model of Political Figure Fever 1 Benny Yong and 2 Nor Azah Samat 1

More information

A NEW SOLUTION OF SIR MODEL BY USING THE DIFFERENTIAL FRACTIONAL TRANSFORMATION METHOD

A NEW SOLUTION OF SIR MODEL BY USING THE DIFFERENTIAL FRACTIONAL TRANSFORMATION METHOD April, 4. Vol. 4, No. - 4 EAAS & ARF. All rights reserved ISSN35-869 A NEW SOLUTION OF SIR MODEL BY USING THE DIFFERENTIAL FRACTIONAL TRANSFORMATION METHOD Ahmed A. M. Hassan, S. H. Hoda Ibrahim, Amr M.

More information

Stability of SEIR Model of Infectious Diseases with Human Immunity

Stability of SEIR Model of Infectious Diseases with Human Immunity Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 6 (2017), pp. 1811 1819 Research India Publications http://www.ripublication.com/gjpam.htm Stability of SEIR Model of Infectious

More information

Analysis of Numerical and Exact solutions of certain SIR and SIS Epidemic models

Analysis of Numerical and Exact solutions of certain SIR and SIS Epidemic models Journal of Mathematical Modelling and Application 2011, Vol. 1, No. 4, 51-56 ISSN: 2178-2423 Analysis of Numerical and Exact solutions of certain SIR and SIS Epidemic models S O Maliki Department of Industrial

More information

Mathematical Modeling and Analysis of Infectious Disease Dynamics

Mathematical Modeling and Analysis of Infectious Disease Dynamics Mathematical Modeling and Analysis of Infectious Disease Dynamics V. A. Bokil Department of Mathematics Oregon State University Corvallis, OR MTH 323: Mathematical Modeling May 22, 2017 V. A. Bokil (OSU-Math)

More information

Control of Epidemics by Vaccination

Control of Epidemics by Vaccination Control of Epidemics by Vaccination Erik Verriest, Florent Delmotte, and Magnus Egerstedt {erik.verriest,florent,magnus}@ece.gatech.edu School of Electrical and Computer Engineering Georgia Institute of

More information

MATHEMATICAL MODELS Vol. III - Mathematical Models in Epidemiology - M. G. Roberts, J. A. P. Heesterbeek

MATHEMATICAL MODELS Vol. III - Mathematical Models in Epidemiology - M. G. Roberts, J. A. P. Heesterbeek MATHEMATICAL MODELS I EPIDEMIOLOGY M. G. Roberts Institute of Information and Mathematical Sciences, Massey University, Auckland, ew Zealand J. A. P. Heesterbeek Faculty of Veterinary Medicine, Utrecht

More information

Section 8.1 Def. and Examp. Systems

Section 8.1 Def. and Examp. Systems Section 8.1 Def. and Examp. Systems Key Terms: SIR Model of an epidemic o Nonlinear o Autonomous Vector functions o Derivative of vector functions Order of a DE system Planar systems Dimension of a system

More information

STABILITY ANALYSIS OF A GENERAL SIR EPIDEMIC MODEL

STABILITY ANALYSIS OF A GENERAL SIR EPIDEMIC MODEL VFAST Transactions on Mathematics http://vfast.org/index.php/vtm@ 2013 ISSN: 2309-0022 Volume 1, Number 1, May-June, 2013 pp. 16 20 STABILITY ANALYSIS OF A GENERAL SIR EPIDEMIC MODEL Roman Ullah 1, Gul

More information

Behavior Stability in two SIR-Style. Models for HIV

Behavior Stability in two SIR-Style. Models for HIV Int. Journal of Math. Analysis, Vol. 4, 2010, no. 9, 427-434 Behavior Stability in two SIR-Style Models for HIV S. Seddighi Chaharborj 2,1, M. R. Abu Bakar 2, I. Fudziah 2 I. Noor Akma 2, A. H. Malik 2,

More information

Mathematical Epidemiology Lecture 1. Matylda Jabłońska-Sabuka

Mathematical Epidemiology Lecture 1. Matylda Jabłońska-Sabuka Lecture 1 Lappeenranta University of Technology Wrocław, Fall 2013 What is? Basic terminology Epidemiology is the subject that studies the spread of diseases in populations, and primarily the human populations.

More information

Modelling of the Hand-Foot-Mouth-Disease with the Carrier Population

Modelling of the Hand-Foot-Mouth-Disease with the Carrier Population Modelling of the Hand-Foot-Mouth-Disease with the Carrier Population Ruzhang Zhao, Lijun Yang Department of Mathematical Science, Tsinghua University, China. Corresponding author. Email: lyang@math.tsinghua.edu.cn,

More information

Transmission in finite populations

Transmission in finite populations Transmission in finite populations Juliet Pulliam, PhD Department of Biology and Emerging Pathogens Institute University of Florida and RAPIDD Program, DIEPS Fogarty International Center US National Institutes

More information

Understanding the contribution of space on the spread of Influenza using an Individual-based model approach

Understanding the contribution of space on the spread of Influenza using an Individual-based model approach Understanding the contribution of space on the spread of Influenza using an Individual-based model approach Shrupa Shah Joint PhD Candidate School of Mathematics and Statistics School of Population and

More information

Fixed Point Analysis of Kermack Mckendrick SIR Model

Fixed Point Analysis of Kermack Mckendrick SIR Model Kalpa Publications in Computing Volume, 17, Pages 13 19 ICRISET17. International Conference on Research and Innovations in Science, Engineering &Technology. Selected Papers in Computing Fixed Point Analysis

More information

Research Article Pareto Optimal Solutions for Stochastic Dynamic Programming Problems via Monte Carlo Simulation

Research Article Pareto Optimal Solutions for Stochastic Dynamic Programming Problems via Monte Carlo Simulation Applied Mathematics Volume 213, Article ID 81734, 9 pages http://dx.doi.org/1.1155/213/81734 Research Article Pareto Optimal Solutions for Stochastic Dynamic Programming Problems via Monte Carlo Simulation

More information

Applications in Biology

Applications in Biology 11 Applications in Biology In this chapter we make use of the techniques developed in the previous few chapters to examine some nonlinear systems that have been used as mathematical models for a variety

More information

The Dynamic Properties of a Deterministic SIR Epidemic Model in Discrete-Time

The Dynamic Properties of a Deterministic SIR Epidemic Model in Discrete-Time Applied Mathematics, 05, 6, 665-675 Published Online September 05 in SciRes http://wwwscirporg/journal/am http://dxdoiorg/046/am056048 The Dynamic Properties of a Deterministic SIR Epidemic Model in Discrete-Time

More information

HETEROGENEOUS MIXING IN EPIDEMIC MODELS

HETEROGENEOUS MIXING IN EPIDEMIC MODELS CANADIAN APPLIED MATHEMATICS QUARTERLY Volume 2, Number 1, Spring 212 HETEROGENEOUS MIXING IN EPIDEMIC MODELS FRED BRAUER ABSTRACT. We extend the relation between the basic reproduction number and the

More information

SIR Epidemic Model with total Population size

SIR Epidemic Model with total Population size Advances in Applied Mathematical Biosciences. ISSN 2248-9983 Volume 7, Number 1 (2016), pp. 33-39 International Research Publication House http://www.irphouse.com SIR Epidemic Model with total Population

More information

Simulating stochastic epidemics

Simulating stochastic epidemics Simulating stochastic epidemics John M. Drake & Pejman Rohani 1 Introduction This course will use the R language programming environment for computer modeling. The purpose of this exercise is to introduce

More information

Global Analysis of an Epidemic Model with Nonmonotone Incidence Rate

Global Analysis of an Epidemic Model with Nonmonotone Incidence Rate Global Analysis of an Epidemic Model with Nonmonotone Incidence Rate Dongmei Xiao Department of Mathematics, Shanghai Jiaotong University, Shanghai 00030, China E-mail: xiaodm@sjtu.edu.cn and Shigui Ruan

More information

Global Stability of a Computer Virus Model with Cure and Vertical Transmission

Global Stability of a Computer Virus Model with Cure and Vertical Transmission International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 3, Issue 1, January 016, PP 16-4 ISSN 349-4840 (Print) & ISSN 349-4859 (Online) www.arcjournals.org Global

More information

Models of Infectious Disease Formal Demography Stanford Summer Short Course James Holland Jones, Instructor. August 15, 2005

Models of Infectious Disease Formal Demography Stanford Summer Short Course James Holland Jones, Instructor. August 15, 2005 Models of Infectious Disease Formal Demography Stanford Summer Short Course James Holland Jones, Instructor August 15, 2005 1 Outline 1. Compartmental Thinking 2. Simple Epidemic (a) Epidemic Curve 1:

More information

Models of Infectious Disease Formal Demography Stanford Spring Workshop in Formal Demography May 2008

Models of Infectious Disease Formal Demography Stanford Spring Workshop in Formal Demography May 2008 Models of Infectious Disease Formal Demography Stanford Spring Workshop in Formal Demography May 2008 James Holland Jones Department of Anthropology Stanford University May 3, 2008 1 Outline 1. Compartmental

More information

Qualitative Analysis of a Discrete SIR Epidemic Model

Qualitative Analysis of a Discrete SIR Epidemic Model ISSN (e): 2250 3005 Volume, 05 Issue, 03 March 2015 International Journal of Computational Engineering Research (IJCER) Qualitative Analysis of a Discrete SIR Epidemic Model A. George Maria Selvam 1, D.

More information

Electronic appendices are refereed with the text. However, no attempt has been made to impose a uniform editorial style on the electronic appendices.

Electronic appendices are refereed with the text. However, no attempt has been made to impose a uniform editorial style on the electronic appendices. This is an electronic appendix to the paper by Alun L. Lloyd 2001 Destabilization of epidemic models with the inclusion of realistic distributions of infectious periods. Proc. R. Soc. Lond. B 268, 985-993.

More information

Stability Analysis of a SIS Epidemic Model with Standard Incidence

Stability Analysis of a SIS Epidemic Model with Standard Incidence tability Analysis of a I Epidemic Model with tandard Incidence Cruz Vargas-De-León Received 19 April 2011; Accepted 19 Octuber 2011 leoncruz82@yahoo.com.mx Abstract In this paper, we study the global properties

More information

Epidemics in Networks Part 2 Compartmental Disease Models

Epidemics in Networks Part 2 Compartmental Disease Models Epidemics in Networks Part 2 Compartmental Disease Models Joel C. Miller & Tom Hladish 18 20 July 2018 1 / 35 Introduction to Compartmental Models Dynamics R 0 Epidemic Probability Epidemic size Review

More information

The Effect of Stochastic Migration on an SIR Model for the Transmission of HIV. Jan P. Medlock

The Effect of Stochastic Migration on an SIR Model for the Transmission of HIV. Jan P. Medlock The Effect of Stochastic Migration on an SIR Model for the Transmission of HIV A Thesis Presented to The Faculty of the Division of Graduate Studies by Jan P. Medlock In Partial Fulfillment of the Requirements

More information

Introduction to Epidemic Modeling

Introduction to Epidemic Modeling Chapter 2 Introduction to Epidemic Modeling 2.1 Kermack McKendrick SIR Epidemic Model Introduction to epidemic modeling is usually made through one of the first epidemic models proposed by Kermack and

More information

Multistate Modelling Vertical Transmission and Determination of R 0 Using Transition Intensities

Multistate Modelling Vertical Transmission and Determination of R 0 Using Transition Intensities Applied Mathematical Sciences, Vol. 9, 2015, no. 79, 3941-3956 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.52130 Multistate Modelling Vertical Transmission and Determination of R 0

More information

A Note on the Spread of Infectious Diseases. in a Large Susceptible Population

A Note on the Spread of Infectious Diseases. in a Large Susceptible Population International Mathematical Forum, Vol. 7, 2012, no. 50, 2481-2492 A Note on the Spread of Infectious Diseases in a Large Susceptible Population B. Barnes Department of Mathematics Kwame Nkrumah University

More information

ME 406 S-I-R Model of Epidemics Part 2 Vital Dynamics Included

ME 406 S-I-R Model of Epidemics Part 2 Vital Dynamics Included ME 406 S-I-R Model of Epidemics Part 2 Vital Dynamics Included sysid Mathematica 6.0.3, DynPac 11.01, 1ê13ê9 1. Introduction Description of the Model In this notebook, we include births and deaths in the

More information

Non-Linear Models Cont d: Infectious Diseases. Non-Linear Models Cont d: Infectious Diseases

Non-Linear Models Cont d: Infectious Diseases. Non-Linear Models Cont d: Infectious Diseases Cont d: Infectious Diseases Infectious Diseases Can be classified into 2 broad categories: 1 those caused by viruses & bacteria (microparasitic diseases e.g. smallpox, measles), 2 those due to vectors

More information

A Mathematical Analysis on the Transmission Dynamics of Neisseria gonorrhoeae. Yk j N k j

A Mathematical Analysis on the Transmission Dynamics of Neisseria gonorrhoeae. Yk j N k j North Carolina Journal of Mathematics and Statistics Volume 3, Pages 7 20 (Accepted June 23, 2017, published June 30, 2017 ISSN 2380-7539 A Mathematical Analysis on the Transmission Dynamics of Neisseria

More information

Spotlight on Modeling: The Possum Plague

Spotlight on Modeling: The Possum Plague 70 Spotlight on Modeling: The Possum Plague Reference: Sections 2.6, 7.2 and 7.3. The ecological balance in New Zealand has been disturbed by the introduction of the Australian possum, a marsupial the

More information

Stability Analysis of an SVIR Epidemic Model with Non-linear Saturated Incidence Rate

Stability Analysis of an SVIR Epidemic Model with Non-linear Saturated Incidence Rate Applied Mathematical Sciences, Vol. 9, 215, no. 23, 1145-1158 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.12988/ams.215.41164 Stability Analysis of an SVIR Epidemic Model with Non-linear Saturated

More information

PARAMETER ESTIMATION IN EPIDEMIC MODELS: SIMPLIFIED FORMULAS

PARAMETER ESTIMATION IN EPIDEMIC MODELS: SIMPLIFIED FORMULAS CANADIAN APPLIED MATHEMATICS QUARTERLY Volume 19, Number 4, Winter 211 PARAMETER ESTIMATION IN EPIDEMIC MODELS: SIMPLIFIED FORMULAS Dedicated to Herb Freedman on the occasion of his seventieth birthday

More information

Dynamical models of HIV-AIDS e ect on population growth

Dynamical models of HIV-AIDS e ect on population growth Dynamical models of HV-ADS e ect on population growth David Gurarie May 11, 2005 Abstract We review some known dynamical models of epidemics, given by coupled systems of di erential equations, and propose

More information

A comparison of delayed SIR and SEIR epidemic models

A comparison of delayed SIR and SEIR epidemic models Nonlinear Analysis: Modelling and Control, 2011, Vol. 16, No. 2, 181 190 181 A comparison of delayed SIR and SEIR epidemic models Abdelilah Kaddar a, Abdelhadi Abta b, Hamad Talibi Alaoui b a Université

More information

Delay SIR Model with Nonlinear Incident Rate and Varying Total Population

Delay SIR Model with Nonlinear Incident Rate and Varying Total Population Delay SIR Model with Nonlinear Incident Rate Varying Total Population Rujira Ouncharoen, Salinthip Daengkongkho, Thongchai Dumrongpokaphan, Yongwimon Lenbury Abstract Recently, models describing the behavior

More information

Role of GIS in Tracking and Controlling Spread of Disease

Role of GIS in Tracking and Controlling Spread of Disease Role of GIS in Tracking and Controlling Spread of Disease For Dr. Baqer Al-Ramadan By Syed Imran Quadri CRP 514: Introduction to GIS Introduction Problem Statement Objectives Methodology of Study Literature

More information

Stochastic Model for the Spread of the Hepatitis C Virus with Different Types of Virus Genome

Stochastic Model for the Spread of the Hepatitis C Virus with Different Types of Virus Genome Australian Journal of Basic and Applied Sciences, 3(): 53-65, 009 ISSN 99-878 Stochastic Model for the Spread of the Hepatitis C Virus with Different Types of Virus Genome I.A. Moneim and G.A. Mosa, Department

More information

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere

More information

Mathematical modelling and controlling the dynamics of infectious diseases

Mathematical modelling and controlling the dynamics of infectious diseases Mathematical modelling and controlling the dynamics of infectious diseases Musa Mammadov Centre for Informatics and Applied Optimisation Federation University Australia 25 August 2017, School of Science,

More information

Markov-modulated interactions in SIR epidemics

Markov-modulated interactions in SIR epidemics Markov-modulated interactions in SIR epidemics E. Almaraz 1, A. Gómez-Corral 2 (1)Departamento de Estadística e Investigación Operativa, Facultad de Ciencias Matemáticas (UCM), (2)Instituto de Ciencias

More information

An Improved Computer Multi-Virus Propagation Model with User Awareness

An Improved Computer Multi-Virus Propagation Model with User Awareness Journal of Information & Computational Science 8: 16 (2011) 4301 4308 Available at http://www.joics.com An Improved Computer Multi-Virus Propagation Model with User Awareness Xiaoqin ZHANG a,, Shuyu CHEN

More information

Analysis with Variable Step Size Strategy of Some SIR Epidemic Models

Analysis with Variable Step Size Strategy of Some SIR Epidemic Models Karaelmas Fen ve Müh. Derg. 6(1):203-210, 2016 Karaelmas Fen ve Mühendislik Dergisi Journal home page: http://fbd.beun.edu.tr Research Article Analysis with Variable Step Size Strategy of Some SIR Epidemic

More information

Mathematical Modeling, Simulation, and Time Series Analysis of Seasonal Epidemics.

Mathematical Modeling, Simulation, and Time Series Analysis of Seasonal Epidemics. East Tennessee State University Digital Commons @ East Tennessee State University Electronic Theses and Dissertations 12-2010 Mathematical Modeling, Simulation, and Time Series Analysis of Seasonal Epidemics.

More information

Network Models in Epidemiology

Network Models in Epidemiology Network Models in Epidemiology Considering Discrete and Continuous Dynamics arxiv:1511.01062v1 [q-bio.pe] 19 Oct 2015 Edward Rusu University of Washington email epr24@uw.edu 24 April 2014 Abstract Discrete

More information

MODELING AND ANALYSIS OF THE SPREAD OF CARRIER DEPENDENT INFECTIOUS DISEASES WITH ENVIRONMENTAL EFFECTS

MODELING AND ANALYSIS OF THE SPREAD OF CARRIER DEPENDENT INFECTIOUS DISEASES WITH ENVIRONMENTAL EFFECTS Journal of Biological Systems, Vol. 11, No. 3 2003 325 335 c World Scientific Publishing Company MODELING AND ANALYSIS OF THE SPREAD OF CARRIER DEPENDENT INFECTIOUS DISEASES WITH ENVIRONMENTAL EFFECTS

More information

Mathematical Model of Tuberculosis Spread within Two Groups of Infected Population

Mathematical Model of Tuberculosis Spread within Two Groups of Infected Population Applied Mathematical Sciences, Vol. 10, 2016, no. 43, 2131-2140 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.63130 Mathematical Model of Tuberculosis Spread within Two Groups of Infected

More information

Backward bifurcation underlies rich dynamics in simple disease models

Backward bifurcation underlies rich dynamics in simple disease models Backward bifurcation underlies rich dynamics in simple disease models Wenjing Zhang Pei Yu, Lindi M. Wahl arxiv:1504.05260v1 [math.ds] 20 Apr 2015 October 29, 2018 Abstract In this paper, dynamical systems

More information

arxiv: v2 [q-bio.pe] 3 Oct 2018

arxiv: v2 [q-bio.pe] 3 Oct 2018 Journal of Mathematical Biology manuscript No. (will be inserted by the editor Global stability properties of renewal epidemic models Michael T. Meehan Daniel G. Cocks Johannes Müller Emma S. McBryde arxiv:177.3489v2

More information

Epidemics and information spreading

Epidemics and information spreading Epidemics and information spreading Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Social Network

More information

Research Article A Delayed Epidemic Model with Pulse Vaccination

Research Article A Delayed Epidemic Model with Pulse Vaccination Hindawi Publishing Corporation Discrete Dynamics in Nature and Society Volume 2008, Article ID 746951, 12 pages doi:10.1155/2008/746951 Research Article A Delayed Epidemic Model with Pulse Vaccination

More information

Numerical Modeling of the Transmission Dynamics of Influenza

Numerical Modeling of the Transmission Dynamics of Influenza The First International Symposium on Optimization and Systems Biology (OSB 07) Beijing, China, August 8 0, 2007 Copyright 2007 ORSC & APORC pp. 52 59 Numerical Modeling of the Transmission Dynamics of

More information

Infectious Disease Modeling with Interpersonal Contact Patterns as a Heterogeneous Network

Infectious Disease Modeling with Interpersonal Contact Patterns as a Heterogeneous Network Infectious Disease Modeling with Interpersonal Contact Patterns as a Heterogeneous Network by Joanna Boneng A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for

More information

Available online at Commun. Math. Biol. Neurosci. 2015, 2015:29 ISSN:

Available online at   Commun. Math. Biol. Neurosci. 2015, 2015:29 ISSN: Available online at http://scik.org Commun. Math. Biol. Neurosci. 215, 215:29 ISSN: 252-2541 AGE-STRUCTURED MATHEMATICAL MODEL FOR HIV/AIDS IN A TWO-DIMENSIONAL HETEROGENEOUS POPULATION PRATIBHA RANI 1,

More information

The E ect of Occasional Smokers on the Dynamics of a Smoking Model

The E ect of Occasional Smokers on the Dynamics of a Smoking Model International Mathematical Forum, Vol. 9, 2014, no. 25, 1207-1222 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.46120 The E ect of Occasional Smokers on the Dynamics of a Smoking Model

More information

Dynamical Analysis of Plant Disease Model with Roguing, Replanting and Preventive Treatment

Dynamical Analysis of Plant Disease Model with Roguing, Replanting and Preventive Treatment 4 th ICRIEMS Proceedings Published by The Faculty Of Mathematics And Natural Sciences Yogyakarta State University, ISBN 978-62-74529-2-3 Dynamical Analysis of Plant Disease Model with Roguing, Replanting

More information

Local and Global Stability of Host-Vector Disease Models

Local and Global Stability of Host-Vector Disease Models Local and Global Stability of Host-Vector Disease Models Marc 4, 2008 Cruz Vargas-De-León 1, Jorge Armando Castro Hernández Unidad Académica de Matemáticas, Universidad Autónoma de Guerrero, México and

More information

GLOBAL DYNAMICS OF A MATHEMATICAL MODEL OF TUBERCULOSIS

GLOBAL DYNAMICS OF A MATHEMATICAL MODEL OF TUBERCULOSIS CANADIAN APPIED MATHEMATICS QUARTERY Volume 13, Number 4, Winter 2005 GOBA DYNAMICS OF A MATHEMATICA MODE OF TUBERCUOSIS HONGBIN GUO ABSTRACT. Mathematical analysis is carried out for a mathematical model

More information

Stochastic modelling of epidemic spread

Stochastic modelling of epidemic spread Stochastic modelling of epidemic spread Julien Arino Centre for Research on Inner City Health St Michael s Hospital Toronto On leave from Department of Mathematics University of Manitoba Julien Arino@umanitoba.ca

More information

MODELING THE SPREAD OF DENGUE FEVER BY USING SIR MODEL. Hor Ming An, PM. Dr. Yudariah Mohammad Yusof

MODELING THE SPREAD OF DENGUE FEVER BY USING SIR MODEL. Hor Ming An, PM. Dr. Yudariah Mohammad Yusof MODELING THE SPREAD OF DENGUE FEVER BY USING SIR MODEL Hor Ming An, PM. Dr. Yudariah Mohammad Yusof Abstract The establishment and spread of dengue fever is a complex phenomenon with many factors that

More information

Research Article An Impulse Model for Computer Viruses

Research Article An Impulse Model for Computer Viruses Discrete Dynamics in Nature and Society Volume 2012, Article ID 260962, 13 pages doi:10.1155/2012/260962 Research Article An Impulse Model for Computer Viruses Chunming Zhang, Yun Zhao, and Yingjiang Wu

More information

Robust Multi-Objective Optimization in High Dimensional Spaces

Robust Multi-Objective Optimization in High Dimensional Spaces Robust Multi-Objective Optimization in High Dimensional Spaces André Sülflow, Nicole Drechsler, and Rolf Drechsler Institute of Computer Science University of Bremen 28359 Bremen, Germany {suelflow,nd,drechsle}@informatik.uni-bremen.de

More information

Resilience and stability of harvested predator-prey systems to infectious diseases in the predator

Resilience and stability of harvested predator-prey systems to infectious diseases in the predator Resilience and stability of harvested predator-prey systems to infectious diseases in the predator Morgane Chevé Ronan Congar Papa A. Diop November 1, 2010 Abstract In the context of global change, emerging

More information

Statistical challenges in Disease Ecology

Statistical challenges in Disease Ecology Statistical challenges in Disease Ecology Jennifer Hoeting Department of Statistics Colorado State University February 2018 Statistics rocks! Get thee to graduate school Colorado State University, Department

More information

Available online at J. Math. Comput. Sci. 2 (2012), No. 6, ISSN:

Available online at   J. Math. Comput. Sci. 2 (2012), No. 6, ISSN: Available online at http://scik.org J. Math. Comput. Sci. 2 (2012), No. 6, 1671-1684 ISSN: 1927-5307 A MATHEMATICAL MODEL FOR THE TRANSMISSION DYNAMICS OF HIV/AIDS IN A TWO-SEX POPULATION CONSIDERING COUNSELING

More information

Bifurcation Analysis of a SIRS Epidemic Model with a Generalized Nonmonotone and Saturated Incidence Rate

Bifurcation Analysis of a SIRS Epidemic Model with a Generalized Nonmonotone and Saturated Incidence Rate Bifurcation Analysis of a SIRS Epidemic Model with a Generalized Nonmonotone and Saturated Incidence Rate Min Lu a, Jicai Huang a, Shigui Ruan b and Pei Yu c a School of Mathematics and Statistics, Central

More information

A comparison of existing measles models

A comparison of existing measles models A comparison of existing measles models by Clifford Allotey A thesis submitted to the Faculty of Graduate Studies of The University of Manitoba in partial fulfillment of the requirements of the degree

More information

LAW OF LARGE NUMBERS FOR THE SIRS EPIDEMIC

LAW OF LARGE NUMBERS FOR THE SIRS EPIDEMIC LAW OF LARGE NUMBERS FOR THE SIRS EPIDEMIC R. G. DOLGOARSHINNYKH Abstract. We establish law of large numbers for SIRS stochastic epidemic processes: as the population size increases the paths of SIRS epidemic

More information

Figure The Threshold Theorem of epidemiology

Figure The Threshold Theorem of epidemiology K/a Figure 3 6. Assurne that K 1/ a < K 2 and K 2 / ß < K 1 (a) Show that the equilibrium solution N 1 =0, N 2 =0 of (*) is unstable. (b) Show that the equilibrium solutions N 2 =0 and N 1 =0, N 2 =K 2

More information

Epidemics in Complex Networks and Phase Transitions

Epidemics in Complex Networks and Phase Transitions Master M2 Sciences de la Matière ENS de Lyon 2015-2016 Phase Transitions and Critical Phenomena Epidemics in Complex Networks and Phase Transitions Jordan Cambe January 13, 2016 Abstract Spreading phenomena

More information

Research Article A Novel Ranking Method Based on Subjective Probability Theory for Evolutionary Multiobjective Optimization

Research Article A Novel Ranking Method Based on Subjective Probability Theory for Evolutionary Multiobjective Optimization Mathematical Problems in Engineering Volume 2011, Article ID 695087, 10 pages doi:10.1155/2011/695087 Research Article A Novel Ranking Method Based on Subjective Probability Theory for Evolutionary Multiobjective

More information

SI j RS E-Epidemic Model With Multiple Groups of Infection In Computer Network. 1 Introduction. Bimal Kumar Mishra 1, Aditya Kumar Singh 2

SI j RS E-Epidemic Model With Multiple Groups of Infection In Computer Network. 1 Introduction. Bimal Kumar Mishra 1, Aditya Kumar Singh 2 ISSN 1749-3889 (print), 1749-3897 (online) International Journal of Nonlinear Science Vol.13(2012) No.3,pp.357-362 SI j RS E-Epidemic Model With Multiple Groups of Infection In Computer Network Bimal Kumar

More information

MA 138 Calculus 2 for the Life Sciences Spring 2016 Final Exam May 4, Exam Scores. Question Score Total

MA 138 Calculus 2 for the Life Sciences Spring 2016 Final Exam May 4, Exam Scores. Question Score Total MA 138 Calculus 2 for the Life Sciences Spring 2016 Final Exam May 4, 2016 Exam Scores Question Score Total 1 10 Name: Section: Last 4 digits of student ID #: No books or notes may be used. Turn off all

More information

Monotonicity Analysis, Evolutionary Multi-Objective Optimization, and Discovery of Design Principles

Monotonicity Analysis, Evolutionary Multi-Objective Optimization, and Discovery of Design Principles Monotonicity Analysis, Evolutionary Multi-Objective Optimization, and Discovery of Design Principles Kalyanmoy Deb and Aravind Srinivasan Kanpur Genetic Algorithms Laboratory (KanGAL) Indian Institute

More information

Incidence from Recent Infection Prevalence

Incidence from Recent Infection Prevalence (with Norman Ives and Tom McWalter) School of Computational and Applied Mathematics, University of the Witwatersrand and DST/NRF Centre of Excellence in Epidemiological Modelling and Analysis (SACEMA)

More information

Forecast and Control of Epidemics in a Globalized World

Forecast and Control of Epidemics in a Globalized World Forecast and Control of Epidemics in a Globalized World L. Hufnagel, D. Brockmann, T. Geisel Max-Planck-Institut für Strömungsforschung, Bunsenstrasse 10, 37073 Göttingen, Germany and Kavli Institute for

More information

Supplemental Information Population Dynamics of Epidemic and Endemic States of Drug-Resistance Emergence in Infectious Diseases

Supplemental Information Population Dynamics of Epidemic and Endemic States of Drug-Resistance Emergence in Infectious Diseases 1 2 3 4 Supplemental Information Population Dynamics of Epidemic and Endemic States of Drug-Resistance Emergence in Infectious Diseases 5 Diána Knipl, 1 Gergely Röst, 2 Seyed M. Moghadas 3, 6 7 8 9 1 1

More information

EcoDemics, Modelling Epidemic Spread in a Simulated Predator-Prey Evolutionary Ecosystem

EcoDemics, Modelling Epidemic Spread in a Simulated Predator-Prey Evolutionary Ecosystem University of Windsor Scholarship at UWindsor Electronic Theses and Dissertations 2014 EcoDemics, Modelling Epidemic Spread in a Simulated Predator-Prey Evolutionary Ecosystem Yasaman Majdabadi Farahani

More information

Modeling Social Media Memes as a Contagious Process

Modeling Social Media Memes as a Contagious Process Modeling Social Media Memes as a Contagious Process S.Towers 1,, A.Person 2, C.Castillo-Chavez 1 1 Arizona State University, Tempe, AZ, USA 2 Some University, Nowhereville, NE, USA E-mail: smtowers@asu.edu

More information

Supplement to TB in Canadian First Nations at the turn-of-the twentieth century

Supplement to TB in Canadian First Nations at the turn-of-the twentieth century Supplement to TB in Canadian First Nations at the turn-of-the twentieth century S. F. Ackley, Fengchen Liu, Travis C. Porco, Caitlin S. Pepperell Equations Definitions S, L, T I, T N, and R give the numbers

More information

Modeling the Spread of Epidemic Cholera: an Age-Structured Model

Modeling the Spread of Epidemic Cholera: an Age-Structured Model Modeling the Spread of Epidemic Cholera: an Age-Structured Model Alen Agheksanterian Matthias K. Gobbert November 20, 2007 Abstract Occasional outbreaks of cholera epidemics across the world demonstrate

More information

Stability of a Numerical Discretisation Scheme for the SIS Epidemic Model with a Delay

Stability of a Numerical Discretisation Scheme for the SIS Epidemic Model with a Delay Stability of a Numerical Discretisation Scheme for the SIS Epidemic Model with a Delay Ekkachai Kunnawuttipreechachan Abstract This paper deals with stability properties of the discrete numerical scheme

More information

Chaos, Solitons and Fractals

Chaos, Solitons and Fractals Chaos, Solitons and Fractals 42 (2009) 3047 3052 Contents lists available at ScienceDirect Chaos, Solitons and Fractals journal homepage: www.elsevier.com/locate/chaos Solutions of the SIR models of epidemics

More information

A Time Since Recovery Model with Varying Rates of Loss of Immunity

A Time Since Recovery Model with Varying Rates of Loss of Immunity Bull Math Biol (212) 74:281 2819 DOI 1.17/s11538-12-978-7 ORIGINAL ARTICLE A Time Since Recovery Model with Varying Rates of Loss of Immunity Subhra Bhattacharya Frederick R. Adler Received: 7 May 212

More information

Three Disguises of 1 x = e λx

Three Disguises of 1 x = e λx Three Disguises of 1 x = e λx Chathuri Karunarathna Mudiyanselage Rabi K.C. Winfried Just Department of Mathematics, Ohio University Mathematical Biology and Dynamical Systems Seminar Ohio University November

More information

dy dt = a by y = a b

dy dt = a by y = a b 12.3 Euler s method and numerical solutions First-Order Linear Differential Equation with y(0) = y 0 given. dy dt = a by Steady state solutions: 0 = dy dt = a by y = a b 12.3 Euler s method and numerical

More information

Research Article Optimal Control of an SIR Model with Delay in State and Control Variables

Research Article Optimal Control of an SIR Model with Delay in State and Control Variables ISRN Biomathematics Volume, Article ID 4549, 7 pages http://dx.doi.org/.55//4549 Research Article Optimal Control of an SIR Model with Delay in State and Control Variables Mohamed Elhia, Mostafa Rachik,

More information

Approximation of epidemic models by diffusion processes and their statistical inferencedes

Approximation of epidemic models by diffusion processes and their statistical inferencedes Approximation of epidemic models by diffusion processes and their statistical inferencedes Catherine Larédo 1,2 1 UR 341, MaIAGE, INRA, Jouy-en-Josas 2 UMR 7599, LPMA, Université Paris Diderot December

More information

Parameter Estimation of Some Epidemic Models. The Case of Recurrent Epidemics Caused by Respiratory Syncytial Virus

Parameter Estimation of Some Epidemic Models. The Case of Recurrent Epidemics Caused by Respiratory Syncytial Virus Bulletin of Mathematical Biology (2009) DOI 10.1007/s11538-009-9429-3 ORIGINAL ARTICLE Parameter Estimation of Some Epidemic Models. The Case of Recurrent Epidemics Caused by Respiratory Syncytial Virus

More information

Fractional Calculus Model for Childhood Diseases and Vaccines

Fractional Calculus Model for Childhood Diseases and Vaccines Applied Mathematical Sciences, Vol. 8, 2014, no. 98, 4859-4866 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4294 Fractional Calculus Model for Childhood Diseases and Vaccines Moustafa

More information

Australian Journal of Basic and Applied Sciences. Effect of Education Campaign on Transmission Model of Conjunctivitis

Australian Journal of Basic and Applied Sciences. Effect of Education Campaign on Transmission Model of Conjunctivitis ISSN:99-878 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com ffect of ducation Campaign on Transmission Model of Conjunctivitis Suratchata Sangthongjeen, Anake Sudchumnong

More information