The Epidemic Model 1. Problem 1a: The Basic Model

Size: px
Start display at page:

Download "The Epidemic Model 1. Problem 1a: The Basic Model"

Transcription

1 The Epidemic Model 1 A set of lessons called "Plagues and People," designed by John Heinbokel, scientist, and Jeff Potash, historian, both at The Center for System Dynamics at the Vermont Commons School, develop the argument that epidemics have changed the course of history. Both medical practitioners and those whose services are needed at such critical times are interested in the dynamics of epidemics. This is a classic scenario in the study of the dynamic of a very important system. Problem 1a: The Basic Model In any epidemic there have to be at least two categories of people: those who are infected with a certain disease, and those who are not infected, but are susceptible to the disease. Yes, there could be others, like those who are immune, but we will not consider that group at this time. There are factors to consider in the transfer of a disease from an infected person to an uninfected person. Some of these factors will be introduced shortly. J1. In your journal, sketch the graph of what you think the Susceptible Population will look like over the course of the epidemic (say 20 days). Also, sketch the graph of what you think the Infected Population will look like. 1. Susceptible 2. Infected high Draw your graphs in your journal. low 0 20 days We will start very simply for this first model. Assume there are 20,000 people (in a remote location) who are healthy, but susceptible to a certain disease, and that there are 10 people who are already infected with the disease. No new people are traveling into or out of our remote location, and the infected people are not dying so the total population remains constant during the entire simulation. The healthy people can become infected (flow to the infected stock) when they are contacted by an infected person. The number of people becoming infected each day depends upon two components: the total number of contacts the infected population makes per day, and the probability that the disease will be transferred on any given contact. The flow should be defined as the product of these two components. 1 This lesson was written by Diana M. Fisher. Thanks to George Richardson for guidance in the development of this model scenario. Thanks to John Heinbokel and Jeff Potash for their excellent "Plagues and People" models. 7.3 The Epidemic Model Student Lessons Page 7-17

2 The total number of contacts the infected population makes depends upon the number of people who are infected, and the number of contacts each infected person makes each day. Let's assume that each of the infected people makes one contact each day, and that the contact results in a transfer (100% chance) of the disease to that healthy person. Try modeling this simple situation for 20 days (Set DT=0.125, Runge-Kutta 4 Integration Method. Be sure your stocks do not have the non-negative box checked.) If your model is set up correctly, you should find that the healthy people all become infected quickly and the model causes the healthy population to become negative (which is impossible, of course). It might seem that the best fix is to check the non-negative box in the healthy population stock. However, even though this technique is convenient, it allows modelers to build less robust models that work, because the non-negative box saves them. You should build a model that behaves correctly without relying on nonnegative stocks. Here s one suggestion: The chance of creating a newly infected person has to decrease as the number of healthy people decrease because there is less likelihood that an infected person will meet an uninfected person on the one contact they have per day. So create a converter called probability of meeting a susceptible person. This probability will depend upon the number of healthy people there are. You may remember from your math class that simple probability of an event happening can be calculated by setting up a fraction. The numerator of the fraction is the number of desired outcomes, i.e., the number of healthy people there are to meet on any given day. The denominator is the total number of outcomes possible, i.e., the total population. The total population in our simulation is a constant value. That value should include both the number of healthy and number of infected people. Create a new converter called total population and define it as a constant, the numeric value for all of the people in our remote location. Draw a causal connection from the total population converter to the probability of meeting a susceptible person. Now we can define the fraction for the probability of meeting a susceptible person. One more slight adjustment to the denominator is necessary. It is not reasonable to meet oneself, so the denominator (total population) should be reduced by 1, to take this into account. The total number of contacts the infected population makes will no longer directly affect the flow, since not all of those contacts will be with a susceptible person. (Remove the connection from total infected contacts per day to the becoming infected flow.) Instead, a new converter, representing the number of contacts the infected population has with the susceptible population, needs to be constructed. It depends upon both the total number of contacts the infected population makes and the probability that the contact will be with a susceptible person. Should these two factors be multiplied or added? Those people who are becoming infected (flow) will depend upon the number of contacts infected people have with susceptible and the probability that the disease will be transferred upon such a contact. Before we continue, let's make a change that reflects a better modeling practice. Redefine the susceptible population as total population minus infected population, 7.3 The Epidemic Model Student Lessons Page 7-18

3 instead of using the value 20, (Note: This new definition can be made without drawing any additional connections. Every stock dialog box allows full access to any component in the model.) Design the diagram. Insert the values. Be sure to place units after each value or formula. Create a graph that includes the number of susceptible people, number of infected people, and the number of people becoming infected every day (new infections). Set the vertical scale for susceptible and infected people from zero to 22,000. Run the simulation. Print the diagram, graph and equations (with units) on one sheet of paper. How do you know this model segment is working properly? Use the curves on the graph to help you explain. Problem 1b S-shaped growth of infected people should make sense. In this section you will modify a few converters. In real epidemics, the rate of transfer of the disease must include at least two factors. The first is the average number of times an infected person comes into contact with another person. If infected people go out and meet a lot of people every day, healthy people are more likely to become sick than if infected people stay at home and see no one. For our model, let s assume that each infected person makes, on average, two contacts per day, instead of one. Next, each disease has a probability of transfer of the disease, on any given contact. If a disease is airborne the probability is significantly higher than if the disease required physical contact with the infected person. Assume that the probability of transfer of the disease is 50% on any given contact of an infected person with a healthy person, instead of 100%. 2 Computer programmers often call this process "good housekeeping" as it allows modifications made to a program to automatically update formulas dependent upon those changes. 7.3 The Epidemic Model Student Lessons Page 7-19

4 Change your model to include this new information. What do you think will be different in the graph? Why? Run the simulation. Hopefully you were not surprised by the result. Problem 2a: Adding Recovered People Assume that people who recover from the illness are to be considered in the simulation. (There are no recovered people at the start of the simulation.) The recovered people will be immune to the illness. Once the illness is contracted, it lasts for 10 days, on average, before a person recovers. Change your model accordingly. Before you run the simulation determine what you think should happen to the size of the infected population. Write what you think will be different below. Set the simulation time to 80 days. Set up a table and a graph (each containing susceptible, infected, and recovered populations). Run the simulation. Print the diagram, graph, and the equations (with units) on two sheets of paper. Use the graph and/or the table to answer the following questions. 1. When does the number of infected people reach its highest point? How many people were infected when the epidemic was at its height? 7.3 The Epidemic Model Student Lessons Page 7-20

5 2. Explain why the system produces the shapes of the susceptible, infected, and recovered curves. Susceptible: Infected: Recovered: 3. How many people became ill with the disease at some time during the first 14 days? 7.3 The Epidemic Model Student Lessons Page 7-21

6 How did you figure this out? Problem 2b Now we will assume that a recovered person does not remain immune to the disease. This person will lose immunity after 30 days, on average. On the grids below sketch what you think the pattern of behavior for each population will follow over an 80-day time span. Use a dashed curve for your hypotheses. Susceptible Infected Recovered days days days Run the simulation for 80 days. Print the diagram, graph and equations (with units). Identify one feedback in the system. Draw the loop diagram for the feedback and explain how it works. Identify whether it is reinforcing or counteracting and why. 3 3 The loop from Susceptible to Infected to Recovered and back to Susceptible is NOT a feedback loop. It is a circular flow of "material" (in this case, people). 7.3 The Epidemic Model Student Lessons Page 7-22

7 Problem 3: Not Showing Immediate Symptoms of Illness Remove the component allowing the recovered people to become susceptible again. In this scenario the recovered people will be immune after contracting the disease. A new epidemic, with much the same characteristics as in the previous scenario, has the additional characteristic that those who become infected do not show symptoms for 5 days, on average. (Note: The 10 people who are infected to begin with are infected, but not showing symptoms. There are no infected people who are showing symptoms at the beginning of the simulation.) Once the infected people show symptoms, they still require an average of 10 days to recover, so people are infected for an average of 15 days now: 5 days not showing symptoms and 10 days showing symptoms. You will want to add a converter, possibly named illness duration without symptoms. (Note: We will assume both groups of infected people can spread the disease.) Have the graph record the Susceptible, Infected Not Showing Symptoms, Infected Showing Symptoms, and Recovered populations. Run the simulation for 80 days. Print the diagram, equations (with units), graph (including all stocks), and a table (including all stock and flow values, and probability of meeting susceptible). The table may be set to display values only every 2 days so it will fit on one sheet of paper. 7.3 The Epidemic Model Student Lessons Page 7-23

8 How does the new factor, infected not showing symptoms, affect the overall dynamic of the epidemic? In your journal, based on the structure of the model, answer both of the following questions (J1 and J2): J2. In an epidemic situation, what does a vaccine (immunization) do to the dynamic of the epidemic? (Be specific. Which part of the structure is most affected by a vaccine?) What would a quarantine do? (Again, be specific. Remember, use your model structure as part of your answer.) J3. When there is a vaccine (immunization) shortage, why give priority for rationed vaccine to the elderly, the very young, and health care workers? (Extra credit for including a news article on epidemics - state date and source.) 7.3 The Epidemic Model Student Lessons Page 7-24

MODELING DISEASE FINAL REPORT 5/21/2010 SARAH DEL CIELLO, JAKE CLEMENTI, AND NAILAH HART

MODELING DISEASE FINAL REPORT 5/21/2010 SARAH DEL CIELLO, JAKE CLEMENTI, AND NAILAH HART MODELING DISEASE FINAL REPORT 5/21/2010 SARAH DEL CIELLO, JAKE CLEMENTI, AND NAILAH HART ABSTRACT This paper models the progression of a disease through a set population using differential equations. Two

More information

How Can We Improve the Blood Donation Process in the United States?

How Can We Improve the Blood Donation Process in the United States? How Can We Improve the Blood Donation Process in the United States? By H. H. Modeling Team: H. H. and Hilary Johnson Wilson High School Math Modeling and System Dynamics May 8, 009 System Dynamics Advisor:

More information

1) Complete the Table: # with Flu

1) Complete the Table: # with Flu Name: Date: The Math Behind Epidemics A Study of Exponents in Action Many diseases can be transmitted from one person to another in various ways: airborne, touch, body fluids, blood only, etc. How can

More information

Cleveland State University Department of Electrical and Computer Engineering Control Systems Laboratory. Experiment #3

Cleveland State University Department of Electrical and Computer Engineering Control Systems Laboratory. Experiment #3 Cleveland State University Department of Electrical and Computer Engineering Control Systems Laboratory Experiment #3 Closed Loop Steady State Error and Transient Performance INTRODUCTION The two primary

More information

Physiological Simulations: Plasma Glucose Regulation 1 Physiology Biology 390

Physiological Simulations: Plasma Glucose Regulation 1 Physiology Biology 390 Physiological Simulations: Plasma Glucose Regulation 1 Physiology Biology 390 I. An Introduction to this Lab and to Models 2 in General: The purpose of this exercise is to use a computer simulation to

More information

Understanding Vaccine Economics with Simulations Authors: David Bishai and Sasmira Matta

Understanding Vaccine Economics with Simulations Authors: David Bishai and Sasmira Matta Understanding Vaccine Economics with Simulations Authors: David Bishai and Sasmira Matta Learning Objectives: To understand the Philipson effect or how the acceptability of a vaccine is determined To understand

More information

Building a better epidemic model

Building a better epidemic model Precalculus Honors 4.3.1 The Logistic Growth Model November 29, 2005 Mr. DeSalvo In the previous section, we simulated a fictitious bird flu epidemic and determined that the bounded growth model does not

More information

Essentials of Aggregate System Dynamics Infectious Disease Models. Nathaniel Osgood CMPT 858 FEBRUARY 3, 2011

Essentials of Aggregate System Dynamics Infectious Disease Models. Nathaniel Osgood CMPT 858 FEBRUARY 3, 2011 Essentials of Aggregate System Dynamics Infectious Disease Models Nathaniel Osgood CMPT 858 FEBRUARY 3, 2011 Mathematical Models Link Together Diverse Factors Typical Factors Included Infection Mixing

More information

Mathematical Structure & Dynamics of Aggregate System Dynamics Infectious Disease Models 2. Nathaniel Osgood CMPT 394 February 5, 2013

Mathematical Structure & Dynamics of Aggregate System Dynamics Infectious Disease Models 2. Nathaniel Osgood CMPT 394 February 5, 2013 Mathematical Structure & Dynamics of Aggregate System Dynamics Infectious Disease Models 2 Nathaniel Osgood CMPT 394 February 5, 2013 Recall: Kendrick-McKermack Model Partitioning the population into 3

More information

MAE 298, Lecture 10 May 4, Percolation and Epidemiology on Networks

MAE 298, Lecture 10 May 4, Percolation and Epidemiology on Networks MAE 298, Lecture 10 May 4, 2006 Percolation and Epidemiology on Networks Processes on networks Search for information Spreading processes Interplay of topology and function Epidemiology Understanding how

More information

Statistics Coursework Free Sample. Statistics Coursework

Statistics Coursework Free Sample. Statistics Coursework Statistics Coursework For my initial investigation I am going to compare results on the following hypothesis, to see if people s intelligence affects their height and their ability to memorise a certain

More information

APPENDIX N. Summary Statistics: The "Big 5" Statistical Tools for School Counselors

APPENDIX N. Summary Statistics: The Big 5 Statistical Tools for School Counselors APPENDIX N Summary Statistics: The "Big 5" Statistical Tools for School Counselors This appendix describes five basic statistical tools school counselors may use in conducting results based evaluation.

More information

SARS Outbreak Study 2

SARS Outbreak Study 2 This week in Epiville, you will continue with the remaining steps of the outbreak investigation and begin to learn how to frame a hypothesis, design a study, and draw conclusions from your investigation.

More information

The Mathematics of Flu, Explained

The Mathematics of Flu, Explained The Mathematics of Flu, Explained Richard C. Larson rclarson@mit.edu Massachusetts Institute of Technology Cambridge, Massachusetts 02139 USA September 5, 2009 Thank you for doing this exercise in your

More information

Vitruvian Man Meets the Scientific Method Writing and Testing Appropriate Hypotheses

Vitruvian Man Meets the Scientific Method Writing and Testing Appropriate Hypotheses Vitruvian Man Meets the Scientific Method Writing and Testing Appropriate Hypotheses Leonardo da Vinci s drawing Vitruvian Man shows how the proportions of the human body fit perfectly into a circle or

More information

SHOULD THE US DEVELOP AND STOCKPILE VACCINES AGAINST A(H5N1) When first reading this question, one s instinct is of course to say yes!

SHOULD THE US DEVELOP AND STOCKPILE VACCINES AGAINST A(H5N1) When first reading this question, one s instinct is of course to say yes! Kathleen Tait Biology 501 July 7, 2006 SHOULD THE US DEVELOP AND STOCKPILE VACCINES AGAINST A(H5N1) AVIAN FLU? When first reading this question, one s instinct is of course to say yes! This would be a

More information

The graph should contain 5 major parts: the title, the independent variable, the dependent variable, the scales for each variable, and a legend.

The graph should contain 5 major parts: the title, the independent variable, the dependent variable, the scales for each variable, and a legend. BLIZZARD BAG #2 Please complete the activity below. You will need to print out this activity sheet (pages 2-5 only) OR Write out the answers on a separate piece of paper and graph on a piece of graphing

More information

Part 1 Making the initial neuron connection

Part 1 Making the initial neuron connection To begin, follow your teacher's directions to open the Virtual Neurons software. On the left side of the screen is a group of skin cells. On the right side of the screen is a group of muscle fibers. In

More information

Clever Hans the horse could do simple math and spell out the answers to simple questions. He wasn t always correct, but he was most of the time.

Clever Hans the horse could do simple math and spell out the answers to simple questions. He wasn t always correct, but he was most of the time. Clever Hans the horse could do simple math and spell out the answers to simple questions. He wasn t always correct, but he was most of the time. While a team of scientists, veterinarians, zoologists and

More information

This chapter shows how to use a formula method for dosage calculation to calculate the

This chapter shows how to use a formula method for dosage calculation to calculate the CHAPTER 15 osage Calculation Using the Formula Method Objectives After reviewing this chapter, you should be able to: 1. Identify the information from a calculation problem to place into the formula given

More information

Step 1: Learning Objectives

Step 1: Learning Objectives SARS Outbreak Study 2 This week in Epiville, you will continue with the remaining steps of the outbreak investigation and begin to learn how to frame a hypothesis, design a study, and draw conclusions

More information

Stocks & Flows 2: First Order Delays & Aging Chains

Stocks & Flows 2: First Order Delays & Aging Chains Stocks & Flows 2: First Order Delays & Aging Chains Nathaniel Osgood CMPT 858 FEBRUARY 1, 2011 Example Model: Stocks Example Model: Flows Key Component: Stock & Flow Flow + Stock Flow Stock Structure &

More information

MBios 478: Systems Biology and Bayesian Networks, 27 [Dr. Wyrick] Slide #1. Lecture 27: Systems Biology and Bayesian Networks

MBios 478: Systems Biology and Bayesian Networks, 27 [Dr. Wyrick] Slide #1. Lecture 27: Systems Biology and Bayesian Networks MBios 478: Systems Biology and Bayesian Networks, 27 [Dr. Wyrick] Slide #1 Lecture 27: Systems Biology and Bayesian Networks Systems Biology and Regulatory Networks o Definitions o Network motifs o Examples

More information

Network Science: Principles and Applications

Network Science: Principles and Applications Network Science: Principles and Applications CS 695 - Fall 2016 Amarda Shehu,Fei Li [amarda, lifei](at)gmu.edu Department of Computer Science George Mason University Spreading Phenomena: Epidemic Modeling

More information

STAT 113: PAIRED SAMPLES (MEAN OF DIFFERENCES)

STAT 113: PAIRED SAMPLES (MEAN OF DIFFERENCES) STAT 113: PAIRED SAMPLES (MEAN OF DIFFERENCES) In baseball after a player gets a hit, they need to decide whether to stop at first base, or try to stretch their hit from a single to a double. Does the

More information

Module 28 - Estimating a Population Mean (1 of 3)

Module 28 - Estimating a Population Mean (1 of 3) Module 28 - Estimating a Population Mean (1 of 3) In "Estimating a Population Mean," we focus on how to use a sample mean to estimate a population mean. This is the type of thinking we did in Modules 7

More information

(2) In each graph above, calculate the velocity in feet per second that is represented.

(2) In each graph above, calculate the velocity in feet per second that is represented. Calculus Week 1 CHALLENGE 1-Velocity Exercise 1: Examine the two graphs below and answer the questions. Suppose each graph represents the position of Abby, our art teacher. (1) For both graphs above, come

More information

How Math (and Vaccines) Keep You Safe From the Flu

How Math (and Vaccines) Keep You Safe From the Flu How Math (and Vaccines) Keep You Safe From the Flu Simple math shows how widespread vaccination can disrupt the exponential spread of disease and prevent epidemics. By Patrick Honner BIG MOUTH for Quanta

More information

Making comparisons. Previous sessions looked at how to describe a single group of subjects However, we are often interested in comparing two groups

Making comparisons. Previous sessions looked at how to describe a single group of subjects However, we are often interested in comparing two groups Making comparisons Previous sessions looked at how to describe a single group of subjects However, we are often interested in comparing two groups Data can be interpreted using the following fundamental

More information

Psy201 Module 3 Study and Assignment Guide. Using Excel to Calculate Descriptive and Inferential Statistics

Psy201 Module 3 Study and Assignment Guide. Using Excel to Calculate Descriptive and Inferential Statistics Psy201 Module 3 Study and Assignment Guide Using Excel to Calculate Descriptive and Inferential Statistics What is Excel? Excel is a spreadsheet program that allows one to enter numerical values or data

More information

Chapter 8: Estimating with Confidence

Chapter 8: Estimating with Confidence Chapter 8: Estimating with Confidence Key Vocabulary: point estimator point estimate confidence interval margin of error interval confidence level random normal independent four step process level C confidence

More information

Number of grams of fat x 9 calories per gram = Total number of calories from fat

Number of grams of fat x 9 calories per gram = Total number of calories from fat Health professionals believe that the average American diet contains too much fat. Although there is no recommended daily allowance for fat, it is recommended that fat intake be limited to 30% of the total

More information

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA Data Analysis: Describing Data CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA In the analysis process, the researcher tries to evaluate the data collected both from written documents and from other sources such

More information

MCAS Equating Research Report: An Investigation of FCIP-1, FCIP-2, and Stocking and. Lord Equating Methods 1,2

MCAS Equating Research Report: An Investigation of FCIP-1, FCIP-2, and Stocking and. Lord Equating Methods 1,2 MCAS Equating Research Report: An Investigation of FCIP-1, FCIP-2, and Stocking and Lord Equating Methods 1,2 Lisa A. Keller, Ronald K. Hambleton, Pauline Parker, Jenna Copella University of Massachusetts

More information

4.0 Prevention of Infection Vaccines

4.0 Prevention of Infection Vaccines 4.0 Prevention of Infection Vaccines National Curriculum Link Key Stage 3 Sc1:1a - 1c. 2a 2p Sc2: 2n, 5c, 5d Unit of Study Unit 8: Microbes and Disease Unit 9B: Fit and Healthy Unit 20: 20 th Century Medicine

More information

Living with Newton's Laws

Living with Newton's Laws Task #1 - Newton s 1 st Law - This is a pain in the neck Let's suppose you are in your car, waiting at a stop light. Like any good driver, you have your seat belt buckled. (It's the law.) Suddenly, a car

More information

t-test for r Copyright 2000 Tom Malloy. All rights reserved

t-test for r Copyright 2000 Tom Malloy. All rights reserved t-test for r Copyright 2000 Tom Malloy. All rights reserved This is the text of the in-class lecture which accompanied the Authorware visual graphics on this topic. You may print this text out and use

More information

Chapter 4. Navigating. Analysis. Data. through. Exploring Bivariate Data. Navigations Series. Grades 6 8. Important Mathematical Ideas.

Chapter 4. Navigating. Analysis. Data. through. Exploring Bivariate Data. Navigations Series. Grades 6 8. Important Mathematical Ideas. Navigations Series Navigating through Analysis Data Grades 6 8 Chapter 4 Exploring Bivariate Data Important Mathematical Ideas Copyright 2009 by the National Council of Teachers of Mathematics, Inc. www.nctm.org.

More information

OUR RECOMMENDED INDIVIDUAL S STRATEGY

OUR RECOMMENDED INDIVIDUAL S STRATEGY Chapter Four CONCLUSIONS OUR RECOMMENDED INDIVIDUAL S STRATEGY Our recommended strategy involves actions that individuals can take that can save lives, even in catastrophic terrorist attacks. This can

More information

Case Studies in Ecology and Evolution. 10 The population biology of infectious disease

Case Studies in Ecology and Evolution. 10 The population biology of infectious disease 10 The population biology of infectious disease In 1918 and 1919 a pandemic strain of influenza swept around the globe. It is estimated that 500 million people became infected with this strain of the flu

More information

9. Interpret a Confidence level: "To say that we are 95% confident is shorthand for..

9. Interpret a Confidence level: To say that we are 95% confident is shorthand for.. Mrs. Daniel AP Stats Chapter 8 Guided Reading 8.1 Confidence Intervals: The Basics 1. A point estimator is a statistic that 2. The value of the point estimator statistic is called a and it is our "best

More information

Contents. Introduction x Acknowledgements

Contents. Introduction x Acknowledgements Contents Introduction x Acknowledgements xiii CHAPTER 1 Number skills 1 Are you ready? 2 Order of operations 3 Exercise 1A 4 Integers 6 Exercise 1B 7 Investigation Golf scores 9 Estimation and rounding

More information

Computer Science 101 Project 2: Predator Prey Model

Computer Science 101 Project 2: Predator Prey Model Computer Science 101 Project 2: Predator Prey Model Real-life situations usually are complicated and difficult to model exactly because of the large number of variables present in real systems. Computer

More information

3 CONCEPTUAL FOUNDATIONS OF STATISTICS

3 CONCEPTUAL FOUNDATIONS OF STATISTICS 3 CONCEPTUAL FOUNDATIONS OF STATISTICS In this chapter, we examine the conceptual foundations of statistics. The goal is to give you an appreciation and conceptual understanding of some basic statistical

More information

Regression Discontinuity Analysis

Regression Discontinuity Analysis Regression Discontinuity Analysis A researcher wants to determine whether tutoring underachieving middle school students improves their math grades. Another wonders whether providing financial aid to low-income

More information

Q1. (a) The diagrams show cells containing and surrounded by oxygen molecules. Oxygen can move into cells or out of cells.

Q1. (a) The diagrams show cells containing and surrounded by oxygen molecules. Oxygen can move into cells or out of cells. Q. (a) The diagrams show cells containing and surrounded by oxygen molecules. Oxygen can move into cells or out of cells. Into which cell, A, B, C or D, will oxygen move the fastest? Write your answer,

More information

Simulation of the Spread of a Virus Using Agent Based Modeling

Simulation of the Spread of a Virus Using Agent Based Modeling Simulation of the Spread of a Virus Using Agent Based Modeling Matt Wade June 10, 2008 Abstract My goal is to make an agent based modeling simulation that shows the spread of a cold through a school. It

More information

TJHSST Computer Systems Lab Senior Research Project

TJHSST Computer Systems Lab Senior Research Project TJHSST Computer Systems Lab Senior Research Project 2008-2009 Modeling Virus Transmission on Population Dynamics using Agent Based and Systems Dynamics Modeling Dheeraj Manjunath April 2, 2009 Abstract

More information

MITOCW conditional_probability

MITOCW conditional_probability MITOCW conditional_probability You've tested positive for a rare and deadly cancer that afflicts 1 out of 1000 people, based on a test that is 99% accurate. What are the chances that you actually have

More information

GENETIC DRIFT & EFFECTIVE POPULATION SIZE

GENETIC DRIFT & EFFECTIVE POPULATION SIZE Instructor: Dr. Martha B. Reiskind AEC 450/550: Conservation Genetics Spring 2018 Lecture Notes for Lectures 3a & b: In the past students have expressed concern about the inbreeding coefficient, so please

More information

Biological Event Modeling for Response Planning

Biological Event Modeling for Response Planning Biological Event Modeling for Response Planning Clement McGowan, Ph.D. Fred Cecere, M.D. Robert Darneille Nate Laverdure Mitretek Systems, Inc. 3150 Fairview Park South Falls Church, VA 22042 mcgowan@mitretek.org

More information

Chapter 15: Continuation of probability rules

Chapter 15: Continuation of probability rules Chapter 15: Continuation of probability rules Example: HIV-infected women attending either an infectious disease clinic in Bangkok were screened for high-risk HPV and received a Pap test; those with abnormal

More information

Unit 2: Lesson 3 Development of Vaccines

Unit 2: Lesson 3 Development of Vaccines Unit 2, Lesson 3: Teacher s Edition 1 Unit 2: Lesson 3 Development of Vaccines Lesson Questions: o What is the purpose of a vaccine? o What are the different ways in which vaccines are made? o How do vaccines

More information

Nonparenteral medications

Nonparenteral medications Nonparenteral medications Capsules and unscored tablets are rounded to the nearest whole tablet. Scored tablets are rounded to the nearest 1/2 tablet. Liquid medications are rounded to one decimal place

More information

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES 24 MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES In the previous chapter, simple linear regression was used when you have one independent variable and one dependent variable. This chapter

More information

How would you prepare 455 grams of an aqueous solution that is 6.50% sodium sulfate by mass?

How would you prepare 455 grams of an aqueous solution that is 6.50% sodium sulfate by mass? 62 How would you prepare 455 grams of an aqueous solution that is 6.50% sodium sulfate by mass? Start a concentration calculation by writing the definition of the unit(s) you're using! We know everything

More information

The effect of infectiousness, duration of sickness, and chance of recovery on a population: a simulation study

The effect of infectiousness, duration of sickness, and chance of recovery on a population: a simulation study Research Article The effect of infectiousness, duration of sickness, and chance of recovery on a population: a simulation study McKayla Johnson, Tashauna Gilliam, and Istvan Karsai East Tennessee State

More information

B - Planning for a Turkey Flu Pandemic

B - Planning for a Turkey Flu Pandemic RA 2014-15 Pandemic risk: B - Planning for a Turkey Flu Pandemic 8 B - Planning for a Turkey Flu Pandemic You are employed by the government OR service and your team has been asked to provide OR support

More information

COMMUNITY EMERGENCY RESPONSE TEAM PANDEMIC INFLUENZA INTRODUCTION AND OVERVIEW

COMMUNITY EMERGENCY RESPONSE TEAM PANDEMIC INFLUENZA INTRODUCTION AND OVERVIEW INTRODUCTION AND OVERVIEW A pandemic is a global disease outbreak. Pandemics are characterized by the sudden onset of an extremely virulent pathogen with potentially lethal results. Though historically

More information

BIVARIATE DATA ANALYSIS

BIVARIATE DATA ANALYSIS BIVARIATE DATA ANALYSIS Sometimes, statistical studies are done where data is collected on two variables instead of one in order to establish whether there is a relationship between the two variables.

More information

PHYSIOEX 3.0 EXERCISE 33B: CARDIOVASCULAR DYNAMICS

PHYSIOEX 3.0 EXERCISE 33B: CARDIOVASCULAR DYNAMICS PHYSIOEX 3.0 EXERCISE 33B: CARDIOVASCULAR DYNAMICS Objectives 1. To define the following: blood flow; viscosity; peripheral resistance; systole; diastole; end diastolic volume; end systolic volume; stroke

More information

Conduct an Experiment to Investigate a Situation

Conduct an Experiment to Investigate a Situation Level 3 AS91583 4 Credits Internal Conduct an Experiment to Investigate a Situation Written by J Wills MathsNZ jwills@mathsnz.com Achievement Achievement with Merit Achievement with Excellence Conduct

More information

Learn to use informal measures of probability.

Learn to use informal measures of probability. 10-1 Probability Learn to use informal measures of probability. 10-1 Probability Insert Lesson Title Here experiment outcome event probability equally likely impossible certain Vocabulary 10-1 Probability

More information

To learn how to use the molar extinction coefficient in a real experiment, consider the following example.

To learn how to use the molar extinction coefficient in a real experiment, consider the following example. Week 3 - Phosphatase Data Analysis with Microsoft Excel Week 3 Learning Goals: To understand the effect of enzyme and substrate concentration on reaction rate To understand the concepts of Vmax, Km and

More information

COMMUNITY EMERGENCY RESPONSE TEAM PANDEMIC INFLUENZA INTRODUCTION AND OVERVIEW

COMMUNITY EMERGENCY RESPONSE TEAM PANDEMIC INFLUENZA INTRODUCTION AND OVERVIEW INTRODUCTION AND OVERVIEW A pandemic is a global disease outbreak. Pandemics are characterized by the sudden onset of an extremely virulent pathogen with potentially lethal results. Though historically

More information

Measuring association in contingency tables

Measuring association in contingency tables Measuring association in contingency tables Patrick Breheny April 3 Patrick Breheny University of Iowa Introduction to Biostatistics (BIOS 4120) 1 / 28 Hypothesis tests and confidence intervals Fisher

More information

Experiment 1: Scientific Measurements and Introduction to Excel

Experiment 1: Scientific Measurements and Introduction to Excel Experiment 1: Scientific Measurements and Introduction to Excel Reading: Chapter 1 of your textbook and this lab handout. Learning Goals for Experiment 1: To use a scientific notebook as a primary record

More information

You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful.

You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful. icausalbayes USER MANUAL INTRODUCTION You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful. We expect most of our users

More information

Pathogens, Antibodies, and Vaccines

Pathogens, Antibodies, and Vaccines STO-138 Pathogens, Antibodies, and Vaccines Part 1: Modeling Pathogens and Antibodies Three dangerous diseases: Pertussis (whooping cough) is caused by Bordetella pertussis bacteria Diphtheria is caused

More information

Making Sense Of The Ebola Virus

Making Sense Of The Ebola Virus Fodder for young minds Making Sense Of The Ebola Virus By Meera Dolasia on September 29, 2014 CCSS NAS-6 Grades: 5-8 Word Search Every few years, a new pandemic hits the globe and sends shivers down everyone's

More information

DEPARTMENT OF POLITICAL SCIENCE AND INTERNATIONAL RELATIONS Research Methods Posc 302 ANALYSIS OF SURVEY DATA

DEPARTMENT OF POLITICAL SCIENCE AND INTERNATIONAL RELATIONS Research Methods Posc 302 ANALYSIS OF SURVEY DATA DEPARTMENT OF POLITICAL SCIENCE AND INTERNATIONAL RELATIONS Research Methods Posc 302 ANALYSIS OF SURVEY DATA I. TODAY S SESSION: A. Second steps in data analysis and interpretation 1. Examples and explanation

More information

How do you know if a newspaper article is giving a balanced view of an issue? Write down some of the things you should look for.

How do you know if a newspaper article is giving a balanced view of an issue? Write down some of the things you should look for. Vaccines Q This unit is about the importance of the media (TV, newspapers, radio) in science. The media may be biased in how they report science. They also influence people s opinions on scientific issues.

More information

Respiratory Physiology In-Lab Guide

Respiratory Physiology In-Lab Guide Respiratory Physiology In-Lab Guide Read Me Study Guide Check Your Knowledge, before the Practical: 1. Understand the relationship between volume and pressure. Understand the three respiratory pressures

More information

Statistics for Psychology

Statistics for Psychology Statistics for Psychology SIXTH EDITION CHAPTER 3 Some Key Ingredients for Inferential Statistics Some Key Ingredients for Inferential Statistics Psychologists conduct research to test a theoretical principle

More information

Probability Models for Sampling

Probability Models for Sampling Probability Models for Sampling Chapter 18 May 24, 2013 Sampling Variability in One Act Probability Histogram for ˆp Act 1 A health study is based on a representative cross section of 6,672 Americans age

More information

Name: Period: Date: Unit Topic: Science and the Scientific Method Grade Level: 9

Name: Period: Date: Unit Topic: Science and the Scientific Method Grade Level: 9 Name: Period: Date: Unit Topic: Science and the Scientific Method Grade Level: 9 Student Learning Map Key Learning: Science is a verifiable and self-correcting oraganized body of knowledge about nature.

More information

GraspIT AQA GCSE Infection and Response

GraspIT AQA GCSE Infection and Response A. Infection and Response part 1 Communicable diseases (viral, bacterial, fungal and protist) 1. Tuberculosis (TB) is a communicable disease caused by a bacterium. TB is spread by droplets in the air when

More information

Living in Space. Lesson development

Living in Space. Lesson development Lesson development Instructional Objectives Students will use a Venn diagram to identify similarities and differences between living on Earth and living in space; experiment to determine the effects of

More information

RESPONDING TO AN INFLUENZA OUTBREAK

RESPONDING TO AN INFLUENZA OUTBREAK Created by LifeWind International Date: 4/09 (1 HOUR) OBJECTIVES: After working through this lesson, participants will be able to: 1. Describe the steps that individuals can take to protect themselves

More information

AQA (A) Research methods. Model exam answers

AQA (A) Research methods. Model exam answers AQA (A) Research methods Model exam answers These answers are not for you to copy or learn by heart, they are for you to see how to develop you answers to get the marks. They have been written according

More information

Analysis of Variance (ANOVA)

Analysis of Variance (ANOVA) Research Methods and Ethics in Psychology Week 4 Analysis of Variance (ANOVA) One Way Independent Groups ANOVA Brief revision of some important concepts To introduce the concept of familywise error rate.

More information

Choosing designs and subjects (Bordens & Abbott Chap. 4)

Choosing designs and subjects (Bordens & Abbott Chap. 4) Choosing designs and subjects (Bordens & Abbott Chap. 4) Once we have examined all the nitty-gritty details of a study (e.g., variables, variable levels), it is time to conceptually organize the details

More information

Two-sample Categorical data: Measuring association

Two-sample Categorical data: Measuring association Two-sample Categorical data: Measuring association Patrick Breheny October 27 Patrick Breheny University of Iowa Biostatistical Methods I (BIOS 5710) 1 / 40 Introduction Study designs leading to contingency

More information

Find the slope of the line that goes through the given points. 1) (-9, -68) and (8, 51) 1)

Find the slope of the line that goes through the given points. 1) (-9, -68) and (8, 51) 1) Math 125 Semester Review Problems Name Find the slope of the line that goes through the given points. 1) (-9, -68) and (8, 51) 1) Solve the inequality. Graph the solution set, and state the solution set

More information

Global Perspectives on Organ Donation

Global Perspectives on Organ Donation Transcript Details This is a transcript of an educational program accessible on the ReachMD network. Details about the program and additional media formats for the program are accessible by visiting: https://reachmd.com/programs/focus-on-global-medicine/global-perspectives-on-organ-donation/3990/

More information

Chapter 3: Examining Relationships

Chapter 3: Examining Relationships Name Date Per Key Vocabulary: response variable explanatory variable independent variable dependent variable scatterplot positive association negative association linear correlation r-value regression

More information

Brad Pilon & John Barban

Brad Pilon & John Barban Brad Pilon & John Barban 1 2 3 To figure out how many calorie you need to eat to lose weight, you first need to understand what makes up your Metabolic rate. Your metabolic rate determines how many calories

More information

RELEASED. Clearing your active insulin

RELEASED. Clearing your active insulin To clear all your settings: 1. Make sure the pump is not connected to your body. 2. Go to the Manage Settings screen. Menu > Utilities > Manage Settings 3. Simultaneously press and hold and until the Manage

More information

There are four important ways in which frontline workers can work together with Peel Public Health to prevent illness due to outbreaks.

There are four important ways in which frontline workers can work together with Peel Public Health to prevent illness due to outbreaks. Chapter 4 Outbreaks What is an outbreak? Preparing for an outbreak Identifying an outbreak Outbreak identification process Managing and controlling an outbreak 11 steps Outbreak control measures Outbreak

More information

Mathematical Modeling of Infectious Diseases

Mathematical Modeling of Infectious Diseases Mathematical Modeling of Infectious Diseases Breakthrough Cincinnati s Super Saturday November 22, 2014 David J. Gerberry Assistant Professor of Mathematics Xavier University www.cs.xavier.edu/~david.gerberry!

More information

Probability and Statistics Chapter 1 Notes

Probability and Statistics Chapter 1 Notes Probability and Statistics Chapter 1 Notes I Section 1-1 A is the science of collecting, organizing, analyzing, and interpreting data in order to make decisions 1 is information coming from observations,

More information

VIRUS POPULATION DYNAMICS

VIRUS POPULATION DYNAMICS MCB 137 VIRUS DYNAMICS WINTER 2008 VIRUS POPULATION DYNAMICS Introduction: The basic epidemic model The classical model for epidemics is described in [1] and [Chapter 10 of 2]. Consider a population of

More information

What You Need to Know About. TB Infection TUBERCULOSIS

What You Need to Know About. TB Infection TUBERCULOSIS What You Need to Know About TB Infection TUBERCULOSIS What s Inside: Take steps to make sure TB infection does not turn into TB disease. Read this booklet to learn how you can take control of your health.

More information

Scientific Method Stations

Scientific Method Stations Stations Mandatory Things You will need: Station instructions and questions. (Attached) Student Response Sheet (Print one from the blog if you were absent or misplaced your copy) Instructions: Follow the

More information

Investigations in Number, Data, and Space, Grade 4, 2nd Edition 2008 Correlated to: Washington Mathematics Standards for Grade 4

Investigations in Number, Data, and Space, Grade 4, 2nd Edition 2008 Correlated to: Washington Mathematics Standards for Grade 4 Grade 4 Investigations in Number, Data, and Space, Grade 4, 2nd Edition 2008 4.1. Core Content: Multi-digit multiplication (Numbers, Operations, Algebra) 4.1.A Quickly recall multiplication facts through

More information

Lab 5a Exploring Correlation

Lab 5a Exploring Correlation Lab 5a Exploring Correlation The correlation coefficient measures how tightly the points on a scatterplot cluster around a line. In this lab we will examine scatterplots and correlation coefficients for

More information

The Jumping Dog Quadratic Activity

The Jumping Dog Quadratic Activity Standards: The Jumping Dog Quadratic Activity A2.4.1 Identify the family of function best suited for modeling a given real-world situation. A2.4.3 Using the adapted general symbolic form, draw reasonable

More information

BOSTWANA KEY. Controlling the Pandemic: Public Health Focus

BOSTWANA KEY. Controlling the Pandemic: Public Health Focus BOSTWANA KEY Controlling the Pandemic: Public Health Focus Just 25 years since it was first reported, HIV/AIDS has become one of the world s greatest public health crises. More than 39 million people worldwide

More information

Solve algebraically. 1) 7 - a -4 1) Solve algebraically. Write answer in set builder or interval notation. 2) 4m m - 7 2)

Solve algebraically. 1) 7 - a -4 1) Solve algebraically. Write answer in set builder or interval notation. 2) 4m m - 7 2) Chapter 9 & 10 Practice. The following is an aid to study for the Chapter 9 & 10 eam. Disclaimer: The actual eam is different. You do need to show work on the actual eam and will not be given credit for

More information