Skip to content

exercise_10 Bruzzese_Inskeep_Nemera#8

Open
bruzecruise wants to merge 25 commits into
lyy005:masterfrom
bruzecruise:master
Open

exercise_10 Bruzzese_Inskeep_Nemera#8
bruzecruise wants to merge 25 commits into
lyy005:masterfrom
bruzecruise:master

Conversation

@bruzecruise

Copy link
Copy Markdown

Dan Bruzzese
Kathrine Inskeep
Mati Nemera

  • observations *
    We noticed that if beta is held constant while gamma gets smaller the max incidence, daily prevalence, percent infection, and reproductive number all rise. Thus a bigger gamma causes, things to get smaller If we hold gamma constant, as beta gets bigger the max incidence, daily prevalence, percent affected, and reproductive number all rise. Thus a small beta, causes things to get smaller To summarize, a high beta and a small gamma cause the disease to have a higher rate and spread of infection in the population.

Comment thread exercise_10.py
dNdt=r*(1-N/K)*N
return [dNdt]
times=range(0,100)
NO=[.01]

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

N0 should be 10

Comment thread exercise_10.py
+ylab("population size")
+geom_line(store_initPop,aes(x="time",y="N2"),color="yellow")
+geom_line(store_initPop,aes(x="time",y="N3"),color="red"))
print(p)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything else looks good. Good job

Comment thread exercise_10_B.py
srpead of infection in the population.

'''

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants