CRAN/E | demoKde

demoKde

Kernel Density Estimation for Demonstration Purposes

Installation

About

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.

Key Metrics

Version 1.0.1
Published 2023-08-20 263 days ago
Needs compilation? no
License GPL-2
CRAN checks demoKde results

Downloads

Yesterday 57 0%
Last 7 days 282 -21%
Last 30 days 717 +158%
Last 90 days 1.263 +6%
Last 365 days 4.409 +14%

Maintainer

Maintainer

Bill Venables

Bill.Venables@gmail.com

Authors

Bill Venables

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

demoKde archive

Imports

stats

Suggests

MASS
graphics

Reverse Imports

MASSExtra