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 Matrix.filterCols and Matrix.filterRows #170

Closed kMutagene closed 2 years ago

kMutagene commented 2 years ago

Thank you for contributing to FSharp.Stats. Please take the time to tell us a bit more about your PR.

This PR adds the functions Matrix.filterCols and Matrix.filterRows

Closes #169

[Required] please make sure you checked that

[Optional]

codecov-commenter commented 2 years ago

Codecov Report

Merging #170 (426ea05) into developer (a23fcd7) will increase coverage by 0.25%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##           developer     #170      +/-   ##
=============================================
+ Coverage      17.37%   17.63%   +0.25%     
=============================================
  Files            114      114              
  Lines           9284     9312      +28     
  Branches        1150     1152       +2     
=============================================
+ Hits            1613     1642      +29     
  Misses          7393     7393              
+ Partials         278      277       -1     
Impacted Files Coverage Δ
src/FSharp.Stats/Matrix.fs 17.73% <100.00%> (+3.27%) :arrow_up:
tests/FSharp.Stats.Tests/Matrix.fs 99.18% <100.00%> (+0.03%) :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...426ea05. Read the comment docs.