fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
210 stars 56 forks source link

Interpolation unit Testing #197

Closed AndyAbok closed 2 years ago

AndyAbok 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 unit tests to the interpolation methods as mentioned in the Contribution guidelines on the coding conventions that unit testing is the biggest weakness this PR adds unit tests for the interpolation models.

Please list the changes introduced in this PR

Description

Adding unit tests for a couple of interpolation Methods in.

[Required] please make sure you checked that

[Optional]

bvenn commented 2 years ago

Hi Andy, please add a little bit of context information to your PR. I've noted your new module wasn't included to the FSharp.Stats.Tests project, so I did it with minor further changes. Two of your tests are still failing and need some attention. You can run the tests using build.cmd RunTests