KernelDensity.jl
KernelDensity.jl copied to clipboard
kde on Vector{Date}
I want to use kde on Dates but I get
julia> kde(collect(Date(2000):Day(1):Date(2001)))
ERROR: MethodError: no method matching kde(::Vector{Date})
I would like do this directly on Dates rather than converting to Int and back. Is this possible?