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

ENH: stats: Add the Irwin-Hall distribution #20481

Merged
merged 16 commits into from
May 20, 2024
Merged

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    f2fd80d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85049e View commit details
    Browse the repository at this point in the history
  3. skip fit for ih

    nimish committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e209457 View commit details
    Browse the repository at this point in the history
  4. redundant

    nimish committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2e203a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. [noci] lint and docs

    nimish committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8cab874 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. address fitting and moments

    nimish committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4e1322c View commit details
    Browse the repository at this point in the history
  2. [noci] delete KS test

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    nimish and mdhaber committed May 5, 2024
    Configuration menu
    Copy the full SHA
    fd9d16d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aa5d5b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 9, 2024

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

Commits on May 11, 2024

  1. address pr comments

    nimish committed May 11, 2024
    Configuration menu
    Copy the full SHA
    805144e View commit details
    Browse the repository at this point in the history
  2. add sf

    nimish committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8add10b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. add moments and precision tests

    We should be within 10 ulps of the exact rational division,
    but this boils down to the precision of bspline evaluation
    more than anything
    nimish committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d1bd70d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    0f5a6da View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    [skip ci]
    mdhaber committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8532a53 View commit details
    Browse the repository at this point in the history
  3. BENCH: stats.irwinhall: skip fit benchmark

    [skip cirrus]
    mdhaber committed May 20, 2024
    Configuration menu
    Copy the full SHA
    00b66c5 View commit details
    Browse the repository at this point in the history