Kernel density estimation is in package stats, and has been for over 3 years. That package has a C entry point registered as R_band_den_bin which may be what you are looking for.
On Fri, 28 Sep 2007, Van Wyk, Jaap wrote: > Hi > > I think there was a built-in function (perhaps C-code) called > "band_den_bin" in the base library (used for kernel density estimators). > > Is there a newer version of this function. I have an old routine using > this but it won't run in the newer version of R. > > Any help is much appreciated. > > Jacob > > > > > > Jacob L van Wyk > > Dept of Statistics > > University of Johannesburg, APK Campus > > Box 524 > > Auckland Park 2006 > > South Africa > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.