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

Xml doc comments and tests for discrete padRnd. #307

Closed OwenMadden closed 9 months ago

OwenMadden commented 9 months ago

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

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

Part of #281 Filled in xml doc comments for Discrete.padRnd function. Added code example and test for example.

A few sentences about your contribution Filled in xml doc comments for Discrete.padRnd function. Added code example and test for example. Test that the padded data contains data taken from the original data set.

[Required] please make sure you checked that

[Optional]

codecov-commenter commented 9 months ago

Codecov Report

Merging #307 (28106c7) into developer (e4fd26a) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@              Coverage Diff              @@
##           developer     #307      +/-   ##
=============================================
+ Coverage      46.73%   46.74%   +0.01%     
=============================================
  Files            148      148              
  Lines          16225    16230       +5     
  Branches        2196     2196              
=============================================
+ Hits            7582     7587       +5     
  Misses          7987     7987              
  Partials         656      656              
Files Coverage Δ
src/FSharp.Stats/Signal/Padding.fs 0.00% <ø> (ø)
tests/FSharp.Stats.Tests/Signal.fs 98.74% <100.00%> (+0.04%) :arrow_up: