Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normality tests template #7

Closed
aL3xa opened this issue Jan 4, 2012 · 1 comment
Closed

Normality tests template #7

aL3xa opened this issue Jan 4, 2012 · 1 comment
Assignees
Milestone

Comments

@aL3xa
Copy link
Contributor

aL3xa commented Jan 4, 2012

Template for normality tests should contain following tests:

from stats:

  • Shapiro-Wilk's test (shapiro.test)
  • Kolmogorov-Smirnov test (ks.test)

from nortest:

  • Anderson-Darling (ad.test)
  • Lilliefors (lillie.test)
  • Cramer von Mises (cvm.test)
  • Pearson chi-square (pearson.test)
  • Shapiro-Francia (sf-test)

with following graphs:

  • Q-Q plot
  • histogram
  • density plot
  • boxplot
@ghost ghost assigned aL3xa Jan 4, 2012
@aL3xa
Copy link
Contributor Author

aL3xa commented Jan 10, 2012

Implemented here, but removed cvm.test because of apparent bug. sf.test and boxplot will be added soon... maybe. =)

Oh, yeah, ks.test is removed for being too narly! =)

@aL3xa aL3xa closed this as completed Jan 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant