gdkrmr / WeightedOnlineStats.jl

Weighted version of OnlineStats.jl
MIT License
10 stars 4 forks source link

Meanweights #14

Closed martin-gutwin closed 5 years ago

martin-gutwin commented 5 years ago

WeightedMean and WeightedVariance now have mean-weight and number of observations as attributes instead of the sum of weights. WeightedVariance is not yet stable (Numerical tests fail).

codecov-io commented 5 years ago

Codecov Report

Merging #14 into master will decrease coverage by 1.33%. The diff coverage is 29.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   38.49%   37.15%   -1.34%     
==========================================
  Files           6        6              
  Lines         239      253      +14     
==========================================
+ Hits           92       94       +2     
- Misses        147      159      +12
Impacted Files Coverage Δ
src/interface.jl 57.14% <0%> (-2.86%) :arrow_down:
src/var.jl 37.2% <25%> (+1.31%) :arrow_up:
src/mean.jl 30% <30%> (-3.34%) :arrow_down:
src/covmatrix.jl 42.42% <31.25%> (-3.48%) :arrow_down:
src/sum.jl 29.41% <42.85%> (-3.93%) :arrow_down:

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 506a313...840d42b. Read the comment docs.