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

[bugfix] resample x and y separately in bootci when paired=False #281

Merged
merged 5 commits into from
Jun 19, 2022

Conversation

raphaelvallat
Copy link
Owner

Closes #276

Also related to #189. At present, it is not possible to use scipy.stats.bootstrap internally because it does not return the bootstrap distribution. Furthermore, the lower-level functions (e.g. BCa, jackknife) are hidden and cannot be imported for external use. For this reason, we cannot add method="BCa" as a default to Pingouin. The BCa method is only supported for univariate function in SciPy so far.

@raphaelvallat raphaelvallat self-assigned this Jun 19, 2022
@codecov
Copy link

codecov bot commented Jun 19, 2022

Codecov Report

Merging #281 (be027ab) into master (e886add) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #281   +/-   ##
=======================================
  Coverage   98.99%   98.99%           
=======================================
  Files          19       19           
  Lines        3287     3294    +7     
  Branches      523      527    +4     
=======================================
+ Hits         3254     3261    +7     
  Misses         17       17           
  Partials       16       16           
Impacted Files Coverage Δ
pingouin/effsize.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e886add...be027ab. Read the comment docs.

@raphaelvallat raphaelvallat added the bug 💥 Something isn't working label Jun 19, 2022
@raphaelvallat raphaelvallat merged commit 1bc5a86 into master Jun 19, 2022
@raphaelvallat raphaelvallat deleted the bootstrap branch June 19, 2022 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 💥 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bugfix] compute_bootci should resample x and y separately when paired=False
1 participant