demoKde: Kernel Density Estimation for Demonstration Purposes

Demonstration code showing how (univariate) kernel density estimates are computed, at least conceptually, and allowing users to experiment with different kernels, should they so wish. The method used follows directly the definition, but gains efficiency by replacing the observations by frequencies in a very fine grid covering the sample range. A canonical reference is B. W. Silverman, (1998) <doi: 10.1201/9781315140919>. NOTE: the density function in the stats package uses a more sophisticated method based on the fast Fourier transform and that function should be used if computational efficiency is a prime consideration.

Package details

AuthorBill Venables
MaintainerBill Venables <Bill.Venables@gmail.com>
LicenseGPL-2
Version1.0.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("demoKde")

Try the demoKde package in your browser

Any scripts or data that you put into this service are public.

demoKde documentation built on Aug. 20, 2023, 9:08 a.m.