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

Density estimation interface #278

Open
kahaaga opened this issue Jul 22, 2023 · 1 comment
Open

Density estimation interface #278

kahaaga opened this issue Jul 22, 2023 · 1 comment

Comments

@kahaaga
Copy link
Member

kahaaga commented Jul 22, 2023

Describe the feature you'd like to have

As discussed in #277, we should have a long term goal of implementing a density estimation API, just as we have a probabilities API.

The reason is that the various (at least kNN-based) differential information estimators estimates densities. We should extract these density estimation steps explicitly, and place them in a unified framework, so that e.g. the differential entropy estimators become wrappers to an underlying density(est, x).

I'll have to check whether this can also be used on the order statistics based estimators.

@kahaaga kahaaga added this to the 3.0 milestone Jul 22, 2023
@Datseris Datseris removed this from the 3.0 milestone Jul 26, 2023
@Datseris
Copy link
Member

I don't think this should be in the 3.0 milestone, as the 3.0 should to be released sooner rather than later. This also does not sound like a breaking change, which is an argument against 3.0 milestone.

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

2 participants