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 q value calculation #172

Merged
merged 6 commits into from
Jan 19, 2022
Merged

fix q value calculation #172

merged 6 commits into from
Jan 19, 2022

Conversation

bvenn
Copy link
Member

@bvenn bvenn commented Jan 19, 2022

Fixes #171

Please list the changes introduced in this PR

  • fix q value calculation

  • fix q value robust calculation

  • update documentation

  • add q value unit test

  • add q value robust unit test

  • The project builds without problems on your machine

  • Added unit tests regarding the added features

@codecov-commenter
Copy link

Codecov Report

Merging #172 (82c4ff8) into developer (a23fcd7) will increase coverage by 0.80%.
The diff coverage is 82.45%.

Impacted file tree graph

@@              Coverage Diff              @@
##           developer     #172      +/-   ##
=============================================
+ Coverage      17.37%   18.17%   +0.80%     
=============================================
  Files            114      114              
  Lines           9284     9340      +56     
  Branches        1150     1150              
=============================================
+ Hits            1613     1698      +85     
+ Misses          7393     7359      -34     
- Partials         278      283       +5     
Impacted Files Coverage Δ
tests/FSharp.Stats.Tests/Testing.fs 92.94% <72.22%> (+7.53%) ⬆️
src/FSharp.Stats/Testing/MultipleTesting.fs 48.05% <87.17%> (+43.13%) ⬆️
tests/FSharp.Stats.Tests/Matrix.fs 99.18% <0.00%> (+0.03%) ⬆️
src/FSharp.Stats/Matrix.fs 17.73% <0.00%> (+3.27%) ⬆️

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 a23fcd7...82c4ff8. Read the comment docs.

@bvenn bvenn merged commit d424857 into developer Jan 19, 2022
@bvenn bvenn deleted the #171-fix-qvalue branch May 30, 2022 11:16
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.

[BUG] Qvalue calculation is too conservative
2 participants