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

Change the sign in the equation of C_k in the Kolmogorov-Smirnov statistical test documentation #470

Merged

Conversation

BaptisteCalot
Copy link
Collaborator

@BaptisteCalot BaptisteCalot commented Jun 24, 2024

Description

Change (y_i- s_i) instead of (s_i - y_i) in the definition of C_k

Fixes issue #369

How Has This Been Tested?

No test for this change

Checklist

  • I have read the contributing guidelines
  • I have updated the HISTORY.rst and AUTHORS.rst files
  • Linting passes successfully : make lint
  • Typing passes successfully : make type-check
  • Unit tests pass successfully : make tests
  • Coverage is 100% : make coverage
  • Documentation builds successfully : make doc

Copy link
Collaborator

@LacombeLouis LacombeLouis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thank you! @BaptisteCalot
Don't forget to add this to the history :)

HISTORY.rst Outdated
@@ -5,6 +5,7 @@ History
0.8.x (2024-xx-xx)
------------------

* Changed the sign of C_k in the `Kolmogorov-Smirnov` test documentation to resolve issue 369.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to put the issue number in history :)

@BaptisteCalot BaptisteCalot changed the title Fix issue 369 Change the sign in the equation of C_k in the Kolmogorov-Smirnov statistical test documentation Jun 25, 2024
@BaptisteCalot BaptisteCalot merged commit e017317 into master Jun 25, 2024
8 checks passed
@BaptisteCalot BaptisteCalot deleted the 369-incoherent-sign-on-mapiemetricscumulative_differences branch June 25, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incoherent sign on C_k in the Kolmogorov-Smirnov statistical test documentation
2 participants