Skip to content
Prev 206633 / 398506 Next

density() vs. KernSmooth::bkde

On Mon, 18 Jan 2010, Mario Valle wrote:

            
They are fundamentally different.  density() uses FFT: bkde() does 
not and is more flexible as a result  Both use binning.

There are only a limited number of ways to implement something as 
simple as KDE, and most of them have appeared in R/S-PLUS.  Remember 
that KernSmooth was written for S-PLUS and predates R (at least in 
anything like its current form).