The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
Version: | 1.0.1 |
Imports: | stats |
Suggests: | MASS, graphics |
Published: | 2023-08-20 |
DOI: | 10.32614/CRAN.package.demoKde |
Author: | Bill Venables |
Maintainer: | Bill Venables <Bill.Venables at gmail.com> |
License: | GPL-2 |
NeedsCompilation: | no |
CRAN checks: | demoKde results |
Reference manual: | demoKde.pdf |
Package source: | demoKde_1.0.1.tar.gz |
Windows binaries: | r-devel: demoKde_1.0.1.zip, r-release: demoKde_1.0.1.zip, r-oldrel: demoKde_1.0.1.zip |
macOS binaries: | r-release (arm64): demoKde_1.0.1.tgz, r-oldrel (arm64): demoKde_1.0.1.tgz, r-release (x86_64): demoKde_1.0.1.tgz, r-oldrel (x86_64): demoKde_1.0.1.tgz |
Old sources: | demoKde archive |
Reverse imports: | MASSExtra |
Please use the canonical form https://CRAN.R-project.org/package=demoKde to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.