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

Nonlinear Regression Tests. #138

Closed AndyAbok closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #138 (95005ee) into developer (ac53548) will increase coverage by 3.98%. The diff coverage is 57.14%.

Impacted file tree graph

@@              Coverage Diff              @@
##           developer     #138      +/-   ##
=============================================
+ Coverage      23.74%   27.73%   +3.98%     
=============================================
  Files            110      111       +1     
  Lines          11819    11860      +41     
  Branches        2517     2521       +4     
=============================================
+ Hits            2807     3289     +482     
+ Misses          8912     8470     -442     
- Partials         100      101       +1     
Impacted Files Coverage Δ
tests/FSharp.Stats.Tests/Covariance.fs 100.00% <ø> (ø)
tests/FSharp.Stats.Tests/Main.fs 0.00% <0.00%> (ø)
src/FSharp.Stats/Fitting/NonLinearRegression.fs 64.16% <9.09%> (+64.00%) :arrow_up:
tests/FSharp.Stats.Tests/Fitting.fs 100.00% <100.00%> (ø)
src/FSharp.Stats/AlgTypes.fs 22.35% <0.00%> (+0.99%) :arrow_up:
src/FSharp.Stats/Algebra/LinearAlgebra.fs 19.40% <0.00%> (+1.49%) :arrow_up:
src/FSharp.Stats/Matrix.fs 37.13% <0.00%> (+2.04%) :arrow_up:
src/FSharp.Stats/Vector.fs 11.73% <0.00%> (+3.06%) :arrow_up:
... and 2 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 ac53548...95005ee. Read the comment docs.