Skip to content
New issue

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

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

Already on GitHub? # to your account

Feature request: tests of data drawn from distributions #13

Open
privong opened this issue Feb 25, 2021 · 0 comments
Open

Feature request: tests of data drawn from distributions #13

privong opened this issue Feb 25, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@privong
Copy link
Owner

privong commented Feb 25, 2021

Apply the monte carlo (bootstrapping and perturbation) methods to statistical tests comparing data with empirical or parametric probability distributions.

Tests to Consider for Implementation

Top Priority

  • Anderson-Darling Test (scipy)
  • Kolmogorov-Smirnov Test (data with distribution [scipy], data with other data [scipy])
  • Shapiro-Wik (scipy).
    • The scipy implementation does not handle censored data, but an algorithm for that is given in ALGORITHM AS R94 APPL. STATIST. (1995) VOL. 44, NO. 4.

Lower priority

  • Fligner-Killeen (equality of variance, scipy)
  • Mood’s median test (scipy)
@privong privong added the enhancement New feature or request label Feb 25, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant