Skip to content

sampathkumar - mitchell#4

Open
bsampath17 wants to merge 5 commits into
lyy005:masterfrom
bsampath17:master
Open

sampathkumar - mitchell#4
bsampath17 wants to merge 5 commits into
lyy005:masterfrom
bsampath17:master

Conversation

@bsampath17

Copy link
Copy Markdown

No description provided.

Comment thread Ex10P1

ggplot(store_Ns,aes(x="times3",y="N1",color="1"))+geom_line()+geom_line(aes(y="N2",color="50"))+geom_line(aes(y="N3",color="100"))


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

Comment thread EX_10_Script_Q2
for key, value in beta_gamma_dict.items():
### Define parameters, initial values for state variables, and time steps
params=(key,value)
N = S + I + R

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.

Don't need this equation here

Comment thread EX_10_Script_Q2
percent_affected = ((modelSim0[:,1][-1]) + (modelSim0[:,2][-1]))/ N
print (percent_affected)
ggplot(modelOutput,aes(x="t",y="y0"))+geom_line(aes(x="t",y="S"),color='red')+geom_line(aes(x="t",y="I"),color='black')+geom_line(aes(x="t",y="R"),color='green')

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.

3 participants