Skip to content

fix: variance implementation for slices

Codecov / codecov/project succeeded Oct 24, 2024 in 0s

92.04% (target 90.00%)

View this Pull Request on Codecov

92.04% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 67.74194% with 260 lines in your changes missing coverage. Please review.

Project coverage is 92.04%. Comparing base (993a4b5) to head (88368b8).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/statistics/traits.rs 7.14% 52 Missing ⚠️
src/distribution/hypergeometric.rs 35.48% 20 Missing ⚠️
src/distribution/fisher_snedecor.rs 33.33% 18 Missing ⚠️
src/distribution/multinomial.rs 37.03% 17 Missing ⚠️
src/distribution/weibull.rs 64.28% 15 Missing ⚠️
src/distribution/bernoulli.rs 43.47% 13 Missing ⚠️
src/statistics/slice_statistics.rs 72.09% 12 Missing ⚠️
src/distribution/pareto.rs 56.52% 10 Missing ⚠️
src/distribution/students_t.rs 58.33% 10 Missing ⚠️
src/distribution/chi_squared.rs 55.55% 8 Missing ⚠️
... and 23 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #304      +/-   ##
==========================================
- Coverage   93.73%   92.04%   -1.70%     
==========================================
  Files          53       53              
  Lines       12010    12314     +304     
==========================================
+ Hits        11258    11334      +76     
- Misses        752      980     +228     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.