Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Matlab Live Script named SIR_Simulation_.mlx. Then, download the file Active_Cases.mat and load it in the Live script (Hint: you can use the command

image text in transcribed
image text in transcribed
Create a Matlab Live Script named "SIR_Simulation_.mlx". Then, download the file Active_Cases.mat and load it in the Live script (Hint: you can use the command load( 'Active_Cases.mat') within the Live Script). The previous command will load a variable named Active_Cases that contains the number of daily confirmed infectious individuals in a given population. Your goal is to simulate the epidemic dynamics and fit the available data by means of the linearized SIR model derived in Recitation 5. Assume a total population of 7,615,000, and initial values for I and R equal to 700 and 0 , respectively. 1. Assuming that a value of =1.75 has been evaluated for the population in exam, estimate the corresponding value of that yields a satisfactory match between the experimental curve and the SIR prediction (by visual inspection of the curves only. Hint: using a Numeric Slider within the Live Script greatly helps with this operation). 2. Plot the two curves (real infections and predicted infections) together and briefly discuss the results obtained from the SIR model. Also, use the calibrated SIR model to predict how long it will take for the total infectious individual to drop to a value lower than 250

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Manga Guide To Databases

Authors: Mana Takahashi, Shoko Azuma, Co Ltd Trend

1st Edition

1593271905, 978-1593271909

More Books

Students also viewed these Databases questions

Question

What was the motivation for the passage of ERISA?

Answered: 1 week ago