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