fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
206 stars 54 forks source link

fix q value calculation #172

Closed bvenn closed 2 years ago

bvenn commented 2 years ago

Fixes #171

Please list the changes introduced in this PR

codecov-commenter commented 2 years ago

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%) :arrow_up:
src/FSharp.Stats/Testing/MultipleTesting.fs 48.05% <87.17%> (+43.13%) :arrow_up:
tests/FSharp.Stats.Tests/Matrix.fs 99.18% <0.00%> (+0.03%) :arrow_up:
src/FSharp.Stats/Matrix.fs 17.73% <0.00%> (+3.27%) :arrow_up:

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.