JuliaStats / Statistics.jl

The Statistics stdlib that ships with Julia.
https://juliastats.org/Statistics.jl/dev/
Other
70 stars 40 forks source link

Avoid an extra call to f in Statistic.mean(f, A) #80

Closed kagalenko-m-b closed 1 year ago

kagalenko-m-b commented 3 years ago

Proposed fix by @stevengj for the issue #49

codecov[bot] commented 3 years ago

Codecov Report

Merging #80 (38a952f) into master (54f9b0d) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   98.18%   98.20%   +0.01%     
==========================================
  Files           1        1              
  Lines         386      389       +3     
==========================================
+ Hits          379      382       +3     
  Misses          7        7              
Impacted Files Coverage Δ
src/Statistics.jl 98.20% <100.00%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 54f9b0d...38a952f. Read the comment docs.