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 function to filter out nan values from array #249 #250

Closed ghost closed 1 year ago

ghost commented 1 year ago

Please reference the issue(s) this PR is related to Closes #249

Please list the changes introduced in this PR

Description

add function to filter out nan values from array

[Required] please make sure you checked that

[Optional]

codecov-commenter commented 1 year ago

Codecov Report

Merging #250 (6b83908) into developer (4780203) will increase coverage by 0.27%. The diff coverage is 77.77%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@              Coverage Diff              @@
##           developer     #250      +/-   ##
=============================================
+ Coverage      44.72%   45.00%   +0.27%     
=============================================
  Files            147      148       +1     
  Lines          14452    14479      +27     
  Branches        1923     1923              
=============================================
+ Hits            6464     6516      +52     
+ Misses          7466     7433      -33     
- Partials         522      530       +8     
Impacted Files Coverage Δ
tests/FSharp.Stats.Tests/Main.fs 0.00% <0.00%> (ø)
src/FSharp.Stats/Array.fs 1.31% <66.66%> (+1.31%) :arrow_up:
tests/FSharp.Stats.Tests/Array.fs 100.00% <100.00%> (ø)
tests/FSharp.Stats.Tests/ConfidenceInterval.fs 100.00% <0.00%> (ø)
.../FSharp.Stats/Distributions/Continuous/StudentT.fs 19.44% <0.00%> (+5.55%) :arrow_up:
src/FSharp.Stats/Distributions/Continuous.fs 54.54% <0.00%> (+31.81%) :arrow_up:
src/FSharp.Stats/Optimization/Bisection.fs 47.61% <0.00%> (+47.61%) :arrow_up:
src/FSharp.Stats/ConfidenceInterval.fs 100.00% <0.00%> (+100.00%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.