This is not directly a question, but I went through some pain recently writing Python code to implement the Parzen-window technique for kernel density estimation using a hypercube. I wrote it up in a tutorial format and wanted to share it for those who find it useful.

Also, I am comparing it to the scipy.stats kde library class, which uses a Gaussian kernel and show how to use the estimated parameters for classifying some random 3-class 2-dimensional sample data via a Bayes' classifier.

I hope you find it useful and I am looking very much forward to your suggestions! And please let me know what you think!

Here is the link to the IPython notebook

asked Apr 20 '14 at 19:23

Sebastian%20Raschka's gravatar image

Sebastian Raschka
46224


One Answer:

Hi, could you give a short example of how could the conditional probability distribution for a set of observational data (x,y) be computed with Parzen-window technique?

answered Jun 25 '14 at 11:10

Zahra's gravatar image

Zahra
11

edited Jun 25 '14 at 11:11

Your answer
toggle preview

powered by OSQA

User submitted content is under Creative Commons: Attribution - Share Alike; Other things copyright (C) 2010, MetaOptimize LLC.