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 nonparametric one-sample quantile test and CI #12680

Merged
merged 83 commits into from
Aug 4, 2023

Commits on Aug 4, 2020

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

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    896e431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70304eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3571b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    2c3a3d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5f8a8 View commit details
    Browse the repository at this point in the history
  3. fixed docstring

    romain-jacob committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    9e33d1e View commit details
    Browse the repository at this point in the history
  4. merge new commits

    romain-jacob committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    e179d68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8483fc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07abe2f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. improved efficiency by using binom.isf

    fixed minor documentation things
    romain-jacob committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    59bb0ee View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    2a5c286 View commit details
    Browse the repository at this point in the history
  2. fixed docstring bug

    romain-jacob committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    ecff946 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. docstring updates

    romain-jacob committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1b3542b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3332939 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    5c164ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9dab64 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

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

Commits on Oct 8, 2020

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

Commits on Oct 9, 2020

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

Commits on Jan 6, 2021

  1. update version number

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    765b1ce View commit details
    Browse the repository at this point in the history
  2. corrected typo in docstring

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3cb4f3b View commit details
    Browse the repository at this point in the history
  3. corrected typo in doctring

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3586c86 View commit details
    Browse the repository at this point in the history
  4. typo in doctring

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    948810a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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

Commits on May 27, 2021

  1. pass on docstring

    romain-jacob committed May 27, 2021
    Configuration menu
    Copy the full SHA
    84c33e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790cd76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59d37b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c528102 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

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

Commits on May 31, 2021

  1. DOC: stats: confint_quantile: add carriage return back to docstringsU…

    …pdate scipy/stats/stats.py
    
    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed May 31, 2021
    Configuration menu
    Copy the full SHA
    c32fd1f View commit details
    Browse the repository at this point in the history
  2. DOC: stats: confint_quantile: add carriage return back to docstringsU…

    …pdate scipy/stats/stats.py
    
    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed May 31, 2021
    Configuration menu
    Copy the full SHA
    862701d View commit details
    Browse the repository at this point in the history
  3. DOC: stats: confint_quantile: add carriage return back to docstringsU…

    …pdate scipy/stats/stats.py
    
    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed May 31, 2021
    Configuration menu
    Copy the full SHA
    21842fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    786a89b View commit details
    Browse the repository at this point in the history
  5. DOC: fixed doctest

    romain-jacob committed May 31, 2021
    Configuration menu
    Copy the full SHA
    9ea76a6 View commit details
    Browse the repository at this point in the history
  6. DOC: fixed doctest

    romain-jacob committed May 31, 2021
    Configuration menu
    Copy the full SHA
    5c34c14 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. merge main

    romain-jacob committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    222137e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acce928 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    6b9355c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74764b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    2e95192 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e75fe7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. ENH: stats.quantile_test: add quantile test and move CI to method of …

    …result object
    
    [skip ci]
    mdhaber committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    9a9fdab View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    ee9eae8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into confint

    [skip azp] [skip actions]
    mdhaber committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    db934ff View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. DOC: stats.quantile_test: update documentation

    [skip azp] [skip actions]
    mdhaber committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9bf4fc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Dec 14, 2022

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

Commits on Feb 12, 2023

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

Commits on Mar 11, 2023

  1. some PEP8 formatting

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    b020bff View commit details
    Browse the repository at this point in the history
  2. comment update

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    daf468a View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    b29d329 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    0d072f7 View commit details
    Browse the repository at this point in the history
  5. Fixed comment typo

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    ac56ad7 View commit details
    Browse the repository at this point in the history
  6. doc typo

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    1661387 View commit details
    Browse the repository at this point in the history
  7. doc typo

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    83540c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    eb78bd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d01d42 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on May 24, 2023

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

Commits on Jun 5, 2023

  1. PEP8 pass

    romain-jacob committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    03909db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c89eb View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 8, 2023

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

Commits on Jun 13, 2023

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

Commits on Jun 14, 2023

  1. added examples

    romain-jacob committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f5d8ae0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Jun 16, 2023

  1. Fix typo in the example

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9053150 View commit details
    Browse the repository at this point in the history
  2. Text improvement in the example

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    45b0029 View commit details
    Browse the repository at this point in the history
  3. Improvement example text

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6316cc6 View commit details
    Browse the repository at this point in the history
  4. Simplification iv test

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    297526c View commit details
    Browse the repository at this point in the history
  5. Fixing typo in comments

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    37ac396 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    9e33a97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mdhaber/gh12680

    TST: stats.quantile_test: adjust tests [skip ci]
    romain-jacob committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a0cc90a View commit details
    Browse the repository at this point in the history
  3. MAINT: stats.quantile_test: rewriting to follow Conover's book [skip ci]

    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    romain-jacob and mdhaber committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cb3f4b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a153ed4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e3bc47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b2c03a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    5be7859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf4734 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. DOC: Docstring updates + change result attributes

    DOC: Sync docstring for test with actual implementation
    
    DOC: Indent hypotheses [skip actions]
    
    DOC: Fix docstring formatting [skip actions]
    
    DOC: Try to fix another sphinx issue [skip actions]
    
    TST: Fix hardcoded value in doctest [skip actions]
    
    TST: More fix for doctest [skip actions]
    
    DOC: More thrashing [skip actions]
    
    DOC: sphinx was confused by `p`th [skip actions]
    
    DOC: try to deal with more sphinx weirdness [skip actions]
    
    DOC: Change pth to latex [skip actions] [skip cirrus]
    
    DOC: Make p-value consistent in docs [skip actions] [skip cirrus]
    
    DOC: More docstring cleanup [skip actions] [skip cirrus]
    
    Update scipy/stats/_stats_py.py
    
    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    
    Update scipy/stats/_stats_py.py [skip actions] [skip cirrus]
    
    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    
    Remove blank line (squash)
    
    MAINT: Make result contain only one statistic + info
    
    MAINT: Bring some lines to 79 chars or less
    
    MAINT: Fix statistic not set for alternative two-side
    
    MAINT: Update statistic_type -> statistic_sign
    
    TST: Fix doctests [skip actions] [skip cirrus]
    
    MAINT: Change to statistic_type 1, 2
    
    MAINT: Fix formatting in tests
    
    Apply suggestions from code review [skip cirrus] [skip actions]
    
    Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
    
    DOC: Documentation fixes [skip actions] [skip cirrus]
    
    DOC: documentation fixes [skip actions] [skip cirrus]
    
    DOC: More doc fixes [skip actions] [skip cirrus]
    
    DOC: Adjust formatting for bullet list [skip actions] [skip cirrus]
    
    DOC: Adjust subscript to superscript in pth [skip cirrus] [skip actions]
    
    DOC: Remove extraneous blank line [skip actions] [skip cirrus]
    
    DOC: Unbold hypotheses [skip cirrus] [skip actions]
    steppi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b5f1b67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bcd5e1 View commit details
    Browse the repository at this point in the history