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

Addition of metrics (#242) and Bugfix permutation (#243) #244

Closed zieglerSe closed 1 year ago

zieglerSe commented 1 year ago

Fixing the partition of arrays in the permutation, now suitable for unbalanced datasets

Closes #243

Permutations were not suitable for unbalanced data.

codecov-commenter commented 1 year ago

Codecov Report

Merging #244 (9f35041) into developer (e7b81c1) will not change coverage. The diff coverage is 100.00%.

: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     #244   +/-   ##
==========================================
  Coverage      44.90%   44.90%           
==========================================
  Files            143      143           
  Lines          14319    14319           
  Branches        1908     1908           
==========================================
  Hits            6430     6430           
  Misses          7363     7363           
  Partials         526      526           
Impacted Files Coverage Δ
src/FSharp.Stats/Testing/SAM.fs 71.68% <100.00%> (ø)

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