Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kde on Vector{Date} #105

Open
jariji opened this issue Jun 9, 2022 · 0 comments
Open

kde on Vector{Date} #105

jariji opened this issue Jun 9, 2022 · 0 comments

Comments

@jariji
Copy link

jariji commented Jun 9, 2022

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 jariji changed the title Is <:Real necessary? kde on Vector{Date} Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant