Skip to content

Chambers Yamasaki#6

Open
jchambe5 wants to merge 8 commits into
lyy005:masterfrom
jchambe5:master
Open

Chambers Yamasaki#6
jchambe5 wants to merge 8 commits into
lyy005:masterfrom
jchambe5:master

Conversation

@jchambe5

Copy link
Copy Markdown

No description provided.

Comment thread Question2.py

regexSSN=r"[0-9]{3}\-[0-9]{2}\-[0-9]{4}"
regexSSN2=re.compile(regexSSN)
filter(regexSSN2.match,testset3) 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 Question1.py
from scipy.stats import chi2
D=(2*(fitNull.fun-fitAlt.fun))
chi2feed=(1-chi2.cdf(x=D,df=1))
print(chi2feed)

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