Package: demoKde
Type: Package
Title: Kernel Density Estimation for Demonstration Purposes
Version: 1.0.1
Date: 2023-08-20
Imports: stats
Suggests: MASS, graphics
Author: Bill Venables
Maintainer: Bill Venables <Bill.Venables@gmail.com>
Description: 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.
License: GPL-2
Packaged: 2023-08-20 04:22:53 UTC; bill
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2023-08-20 05:32:31 UTC
Built: R 4.5.0; ; 2025-04-01 00:43:19 UTC; unix
