Skip to content

mitchell - sampathkumar#5

Open
bsampath17 wants to merge 4 commits into
lyy005:masterfrom
twhmitchell:master
Open

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

Conversation

@bsampath17

Copy link
Copy Markdown

No description provided.

Comment thread EX_9_Script_Q3
print("Linear Growth Model: " "B0 =",fitLinear.x[0],"B1 =",fitLinear.x[1],"sigma =", fitLinear.x[2])
print("Constant Growth Model: " "B0 =",fitConstant.x[0],"sigma =",fitConstant.x[1])
#print("\n")
#The results suggest that Quadratic Growth Model is best suited. No newline at end of file

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 Ex9Q1
else:
print ("Fail to reject the null hypothesis. No effect of treatment.")


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 Ex9Q2

print("Maximum Growth Rate=",fit7.x[0])
print("Half Saturation Constant=", fit7.x[1])

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