I am trying to use Kernel Density Estimation (KDE) to compute the pdf of sample data points of d-dimension. I have read the wiki page in which they cite library libAGF. However this site has no examples nor tutorials. I am reluctant to write the code myself as I'm sure a library would be more optimised (possibly using nearest neighbour search to speed up evaluation).
Does anyone know of any library which implements this functionality?