Skip to content

Nemera-Inskeep Submission#8

Open
kinskeep wants to merge 12 commits into
lyy005:masterfrom
kinskeep:master
Open

Nemera-Inskeep Submission#8
kinskeep wants to merge 12 commits into
lyy005:masterfrom
kinskeep:master

Conversation

@kinskeep

@kinskeep kinskeep commented Nov 3, 2017

Copy link
Copy Markdown

No description provided.

Comment thread exercise9.py
1-scipy.stats.chi2.cdf(x=D,df=1)
#p-value for I213N
print(D)

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 exercise9.py
monodGuess=numpy.array([1,1,1])
fitMonod=minimize(monod,monodGuess,method='Nelder-Mead',options={'disp': True},args=mgrowth)
print(fitMonod.x)

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 exercise9.py

F=2*(fitConstant.fun-fitHumped.fun)
1-scipy.stats.chi2.cdf(x=F,df=2)

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