KernelDensity.jl icon indicating copy to clipboard operation
KernelDensity.jl copied to clipboard

kde on Vector{Date}

Open jariji opened this issue 2 years ago • 0 comments

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?

jariji avatar Jun 09 '22 20:06 jariji