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

Update main with changes up to 0.4.2 from developer #141

Closed bvenn closed 2 years ago

bvenn commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #141 (3ab7939) into main (28af6ee) will increase coverage by 6.69%. The diff coverage is 86.97%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
+ Coverage   21.28%   27.97%   +6.69%     
==========================================
  Files         109      112       +3     
  Lines       11540    11946     +406     
  Branches     2496     2534      +38     
==========================================
+ Hits         2456     3342     +886     
+ Misses       8914     8422     -492     
- Partials      170      182      +12     
Impacted Files Coverage Δ
src/FSharp.Stats/ML/Unsupervised/GapStatistics.fs 0.00% <0.00%> (ø)
...Sharp.Stats/ML/Unsupervised/IterativeClustering.fs 0.00% <0.00%> (ø)
...tats/ML/Unsupervised/PrincipalComponentAnalysis.fs 0.00% <0.00%> (ø)
tests/FSharp.Stats.Tests/Covariance.fs 100.00% <ø> (ø)
tests/FSharp.Stats.Tests/Main.fs 0.00% <0.00%> (ø)
src/FSharp.Stats/AlgTypes.fs 21.00% <40.00%> (+1.06%) :arrow_up:
src/FSharp.Stats/Fitting/NonLinearRegression.fs 64.16% <46.15%> (+63.98%) :arrow_up:
src/FSharp.Stats/Testing/PostHoc.fs 18.44% <72.00%> (+17.16%) :arrow_up:
src/FSharp.Stats/Matrix.fs 36.54% <88.88%> (+4.43%) :arrow_up:
src/FSharp.Stats/Testing/FriedmanTest.fs 96.15% <96.15%> (ø)
... and 26 more

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 28af6ee...3ab7939. Read the comment docs.