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

Identify statistical tests to be implemented #23

Open
1 of 7 tasks
milktrader opened this issue May 10, 2014 · 5 comments
Open
1 of 7 tasks

Identify statistical tests to be implemented #23

milktrader opened this issue May 10, 2014 · 5 comments

Comments

@milktrader
Copy link
Contributor

Another placeholder for future implementations. Any that overlap with StatsBase should be removed.

  • Augmented Dickey-Fuller (unit root)
  • Phillips-Perron (unit root)
  • KPSS (unit root)
  • Shapiro-Wilks (normality)
  • Jaques-Berra (3rd and 4th moments for normality)
  • Ljung-Box (auto correlation)
  • Durbin-Watson (auto correlation)
@milktrader
Copy link
Contributor Author

I think the normality tests should probably live in StatsBase

@milktrader
Copy link
Contributor Author

jbtest has been moved from the test/ directory to a new file named diagnostic_tests.jl, where these tests will live. (the name for the new file is a bit awkward but it's at least descriptive) 😄

@BenjaminBorn
Copy link
Contributor

If someone is looking for these tests, most have by now been implemented in HypothesisTests.jl.

@milktrader
Copy link
Contributor Author

Which ones? I'll mark them off here

@BenjaminBorn
Copy link
Contributor

BenjaminBorn commented Sep 11, 2017

See the check list at the top of JuliaStats/HypothesisTests.jl#16

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

No branches or pull requests

2 participants