fslaborg / FSharp.Stats

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

Add unit tests for Distributions.Distinct.Binominal #230

Closed LibraChris closed 1 year ago

LibraChris commented 1 year ago

Closes #229

Please list the changes introduced in this PR

codecov-commenter commented 1 year ago

Codecov Report

Merging #230 (3150081) into developer (b581f20) will decrease coverage by 0.22%. The diff coverage is 1.31%.

@@              Coverage Diff              @@
##           developer     #230      +/-   ##
=============================================
- Coverage      42.60%   42.37%   -0.23%     
=============================================
  Files            126      126              
  Lines          13403    13478      +75     
  Branches        1789     1792       +3     
=============================================
+ Hits            5710     5711       +1     
- Misses          7244     7318      +74     
  Partials         449      449              
Impacted Files Coverage Δ
src/FSharp.Stats/Distributions/Discrete.fs 52.59% <0.00%> (ø)
tests/FSharp.Stats.Tests/Main.fs 0.00% <0.00%> (ø)
tests/FSharp.Stats.Tests/Distributions.fs 80.58% <1.35%> (-12.30%) :arrow_down:

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 b581f20...3150081. Read the comment docs.