fslaborg / FSharp.Stats

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

Add Wilcoxon Test with Unit test and documentation #157

Closed zieglerSe closed 3 years ago

bvenn commented 3 years ago

Could you please provide an additional unit test for one sided wilcoxon test. If feasible a use case of one sided test could be introduced in the documentation.

codecov-commenter commented 3 years ago

Codecov Report

Merging #157 (714db43) into developer (c8075ce) will increase coverage by 0.38%. The diff coverage is 72.58%.

Impacted file tree graph

@@              Coverage Diff              @@
##           developer     #157      +/-   ##
=============================================
+ Coverage      15.09%   15.48%   +0.38%     
=============================================
  Files            112      113       +1     
  Lines           9169     9231      +62     
  Branches        1135     1145      +10     
=============================================
+ Hits            1384     1429      +45     
- Misses          7579     7585       +6     
- Partials         206      217      +11     
Impacted Files Coverage Δ
src/FSharp.Stats/Testing/Wilcoxon.fs 63.63% <63.63%> (ø)
src/FSharp.Stats/Testing/TestStatistics.fs 43.75% <75.00%> (+10.41%) :arrow_up:
tests/FSharp.Stats.Tests/Testing.fs 85.41% <100.00%> (+1.57%) :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 c8075ce...714db43. Read the comment docs.