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

KDEpy.FFTKDE not to being normalised for multivariate variables #1

Open
tommyod opened this issue May 25, 2019 · 0 comments
Open

KDEpy.FFTKDE not to being normalised for multivariate variables #1

tommyod opened this issue May 25, 2019 · 0 comments

Comments

@tommyod
Copy link

tommyod commented May 25, 2019

In the following line:

NOTE: The probability density function returned by KDEpy.FFTKDE seems

It states that:

NOTE: The probability density function returned by KDEpy.FFTKDE seems not to be normalised for multivariate variables, this function should thus be considered with extra care.

I wrote the KDEpy library, and if you remember an instance where the output would not correctly normalized I would very much appreciate it. It should be normalized, so if you experienced something else then there's a bug.


By the way, in this line you are not accomplishing having bandwidth that is dependent on the data point. Scaling the x values, computing the KDE and scaling back does not change the bandwidth. Your experience with the output not being normalized might be because of this.

Good luck with the research!

@tommyod tommyod changed the title KDEpy.FFTKDE not to be normalised for multivariate variables KDEpy.FFTKDE not to being normalised for multivariate variables May 25, 2019
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