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

Add more Kolmogorov–Smirnov test #1504

Merged
merged 27 commits into from
Oct 17, 2024
Merged

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    d4334d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2244c8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4f9226 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix log_normal test

    JamboChen committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b347cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78f6d0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c932dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dce3073 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. add: triangular test

    JamboChen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    48b6156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c19b0 View commit details
    Browse the repository at this point in the history
  3. add: ks test for Pareto

    JamboChen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d22304d View commit details
    Browse the repository at this point in the history
  4. add: ks test for Gumbel

    JamboChen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c71b3ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02d05e9 View commit details
    Browse the repository at this point in the history
  6. clippy

    JamboChen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2bf4dad View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. add: ks test for zeta, zipf

    JamboChen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0467655 View commit details
    Browse the repository at this point in the history
  2. fix: zeta cdf's support

    JamboChen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e67f802 View commit details
    Browse the repository at this point in the history
  3. add: ks test for SkewNormal

    JamboChen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a8e3596 View commit details
    Browse the repository at this point in the history
  4. clippy

    JamboChen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    88e58bc View commit details
    Browse the repository at this point in the history
  5. fmt

    JamboChen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dbfda2b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    867f58f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b4148cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102411d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac7e19a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b32931 View commit details
    Browse the repository at this point in the history
  5. Add: CHANGELOG.md entry

    JamboChen committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    436ab97 View commit details
    Browse the repository at this point in the history
  6. Tidy up owen_t functions

    JamboChen committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    771e79b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ca4e29 View commit details
    Browse the repository at this point in the history
  8. Add assert for gamma_lr

    JamboChen committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b359a58 View commit details
    Browse the repository at this point in the history