Further infectious disease modelling Flashcards
(66 cards)
Why do we model infectious disease transmission?
So that we can determine the population-level effect of fundamental infection and transmission processes occurring at the individual level
What does modelling infectious disease transmission allow us to do?
Simplify a complex system so it is suitable for analysis
Capture essential behaviour by incorporating key processes
Clarify thinking about what is known and what needs further research
Help to understand transmission dynamics and the impact of control interventions
Modelling infectious disease transmission is used to answer numerous questions of veterinary and human public health importance. What are some of these questions?
How large will an epidemic be?
How quickly will an epidemic rise, peak and fall?
How can we control an epidemic?
How prepared are we for an epidemic?
How do we control or eliminate endemic diseases?
What does an uninfected individual’s risk of becoming infected depend on?
Prevalence of infectious individuals, their rate of contact, infectiousness, etc
What is the process of transmission?
A dynamic one. An individual’s risk of infection changes with time
What models are required for transmission?
Dynamic models for analysis and prediction
(think rates of change)
What are some modelling considerations?
Population structure, demography; age- and sex-specific patterns of infection; contact patterns
Natural history of infection
- Latency; infectious period; portective acquired immunity, asymptomatics, other hosts, vectors or reservoirs of infection
Transmission of infection
- Direct or indirect?
- Horizontal or vertical?
- What affects contact rates?
Interventions
- What parts of the transmission process can be targeted?
- How can they be effectively targeted?
What do we need to think about when modelling disease with regards to natural history of infection?
Latency
Infectious period
Protective acquired immunity
Asymptomatics
Other hosts, vectors or reservoirs of infection
What do we need to think about when modelling disease with regards to transmission of infection?
Direct or indirect?
Horizontal or vertical?
What affects contact rates?
What do we need to think about when modelling disease with regards to interventions?
What parts of the transmission process can be targeted?
How can they be effectively targeted?
What are the three main steps to building a transmission model?
- Draw a flow diagram representing the natural history of infection
- Write a set of equations - usually ordinary differential equations - and parameterize
- Solve the equations, algebraically or more often numerically, using algorithms implemented in a variety of softward packages (e.g. R)
What are the 5 other steps when building a transmission model?
- Fitting: Estimate parameters by fitting to data
- Validation: Compare model output with data not used to fit the model
- Projection/forecasting/ prediction: Use the model (cautiously and carefully) to predict the future!
- Improve/refine: An iterative process capable of incorporating new knowledge/biology/treatments/interventions
- Documentation: Formal mathematical description of the model, code and user guide
How do you draw a flow diagram for disease modelling?
Divide population of interest into compartments/categories according to biological properties of different states (e.g. stages of infection in host populations)
- In a population-based model, all those individuals have the same properties
- These correspond to the average properties of those in the ‘real world’
Susceptible (naiive) –> Infectious –> Recovered (immune)
What are the 2 basic elements that compartmental models (e.g. the SIR model) are constructed from?
- (Sub-)Population sizes
- Rates of change of (sub-) population sizes
What do we mean by (sub-) population sizes?
E.g. the number of susceptible, infectious or immune individuals in a population
These values are stored in state variables which describe the state of the system
What do we mean by rates of change of (sub-) population sizes?
E.g. incidence of infection, recovery rate
These values usually depend on one or more of the values of the state variables, so they change dynamically as the system changes (i.e. there is feedback)
What is the compartmental model?
The model itself is a set of differential equations that descrive the system and its dynamics
What are the solutions in compartmental modelling?
The solutions to the equations are the predictions of the model.
Solutions are normally found using numerical integration implemented in computer software
What happens in deterministic models?
Each set of parameters gives a unique solution, which can include fractions of individuals
What are the equations in the SIR model?
dS/dt = transmission events
dI/dt = transmission events - recoveries
dR/dt = recoveries
What is a ‘flow rate’?
Each flow rate is the number of individuals entering or leaving a compartment per unit time.
What does the flow rate depend on?
The per capita rate
The number of individuals subject to that per capita rate
What is the flow rate equation?
Flow rate = per capita rate x number of individuals
What is the average duration spent in a compartment?
1 / per capita rate