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

FIX: add a no-p version of ttest_ind #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mmagnuski
Copy link
Owner

@mmagnuski mmagnuski commented May 30, 2024

A copy of scipy.stats.ttest_ind, but without p value calculation. Now it assumes with equal_var=False by default (as before)

  • add a test (similar to what is in pylabianca)
  • try to make the test work with xarrays (maybe axis=axis_idx instead of just (..., axis), which xarray may interpret as dim?)

Copy link

codecov bot commented May 30, 2024

Codecov Report

Attention: Patch coverage is 80.95238% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 93.66%. Comparing base (7cff2d9) to head (0d2c465).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
- Coverage   93.77%   93.66%   -0.11%     
==========================================
  Files          18       18              
  Lines        2537     2557      +20     
==========================================
+ Hits         2379     2395      +16     
- Misses        158      162       +4     

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.

1 participant