JuliaRobotics / KernelDensityEstimate.jl

Kernel Density Estimate with product approximation using multiscale Gibbs sampling
GNU Lesser General Public License v2.1
23 stars 7 forks source link

work in proress separating out the plotting functions to a separate p… #18

Closed dehann closed 6 years ago

dehann commented 6 years ago

…ackage

see issue #3

New unregistered package at KernelDensityEstimatePlotting.jl

Affie commented 6 years ago

See issue https://github.com/dehann/KernelDensityEstimate.jl/issues/19

codecov-io commented 6 years ago

Codecov Report

Merging #18 into master will increase coverage by 6.44%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #18      +/-   ##
=========================================
+ Coverage   70.86%   77.3%   +6.44%     
=========================================
  Files           6       5       -1     
  Lines        1016     877     -139     
=========================================
- Hits          720     678      -42     
+ Misses        296     199      -97
Impacted Files Coverage Δ
src/DualTree01.jl 75.51% <100%> (-0.25%) :arrow_down:
src/KDE01.jl 93.84% <100%> (ø) :arrow_up:
src/MSGibbs01.jl 86.82% <100%> (-1.1%) :arrow_down:
src/BallTreeDensity01.jl 57.24% <65.21%> (ø) :arrow_up:
src/BallTree01.jl 79.76% <87.5%> (ø) :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 a4a0c08...c5d8011. Read the comment docs.