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

adding functor evaluation style #26

Closed dehann closed 6 years ago

dehann commented 6 years ago

improves on #2 by allowing:

p = kde!(randn(2,100))
p([1.0;2.0])
dehann commented 6 years ago

cc @keevindoherty

codecov-io commented 6 years ago

Codecov Report

Merging #26 into master will decrease coverage by 0.14%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   77.71%   77.56%   -0.15%     
==========================================
  Files           5        5              
  Lines         893      896       +3     
==========================================
+ Hits          694      695       +1     
- Misses        199      201       +2
Impacted Files Coverage Δ
src/DualTree01.jl 76.35% <33.33%> (-0.42%) :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 f20761c...d0c49dd. Read the comment docs.