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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kendall Rank Correlation Coefficient (Kendall's tau) #1271

Merged
merged 51 commits into from Nov 3, 2022

Commits on Oct 8, 2022

  1. wip

    stancld committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    260efcf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. WIP: Overhaul

    stancld committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    724e11a View commit details
    Browse the repository at this point in the history
  2. Do some polishing

    stancld committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    d564fa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6018464 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    144e196 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22628b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    302577b View commit details
    Browse the repository at this point in the history
  7. chlog

    stancld committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    5976f5c View commit details
    Browse the repository at this point in the history
  8. WIP: Add some tests

    stancld committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    f625f15 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Fix dimension handling

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    fcfe90a View commit details
    Browse the repository at this point in the history
  2. Fix doctest

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    87fe723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e2500 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c773f8c View commit details
    Browse the repository at this point in the history
  5. Re-run mypy

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    9069411 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa60932 View commit details
    Browse the repository at this point in the history
  7. Refactor + Add variant c

    * Refactor: Internally, represent metric variant as enumerate
    * Add variant 'c'
    * Update docs
    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ead166b View commit details
    Browse the repository at this point in the history
  8. Fix a typo

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ec7ec6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c63a4a View commit details
    Browse the repository at this point in the history
  10. Fix doctest

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    8053a48 View commit details
    Browse the repository at this point in the history
  11. .

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    98a8033 View commit details
    Browse the repository at this point in the history
  12. Fix tests for scipy<1.8.0

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    3c74ebb View commit details
    Browse the repository at this point in the history
  13. Fix some stuff in docs

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    f6a8d72 View commit details
    Browse the repository at this point in the history
  14. Add missing device placement

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    66f6f46 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b50f3fb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9eda894 View commit details
    Browse the repository at this point in the history
  17. Fix a typo

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    c5553d5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2470205 View commit details
    Browse the repository at this point in the history
  19. Try to fix docs

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    bb81c43 View commit details
    Browse the repository at this point in the history
  20. .

    stancld committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    1103bbf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    87d2d94 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9b845a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    Borda and SkafteNicki committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    64d427f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

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

Commits on Oct 26, 2022

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

Commits on Oct 27, 2022

  1. try something

    SkafteNicki committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    330bf4a View commit details
    Browse the repository at this point in the history
  2. try again

    SkafteNicki committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    3ffe505 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. remove mypy ignore

    SkafteNicki committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    558dc10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3781189 View commit details
    Browse the repository at this point in the history
  3. remove comments

    SkafteNicki committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    fefe505 View commit details
    Browse the repository at this point in the history
  4. fix some typing

    SkafteNicki committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1a710a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0056163 View commit details
    Browse the repository at this point in the history
  6. Fix mypy issues

    stancld committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    04e420c View commit details
    Browse the repository at this point in the history
  7. Nudge mypy a bit

    stancld committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2fae0f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92df4e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    600c5ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09859e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a4d5a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba51505 View commit details
    Browse the repository at this point in the history