BillVenables/kdeR: Kernel Density Estimates

An R and Rcpp implementation of one- and two-dimensional kernel density estimation with gaussian kernels. The algorithm is naive and does not involve the FFT, and hence mainly for expository purposes, but is reasonably fast for intermediate sized samples. Known range limits are well handled.

Getting started

Package details

AuthorBill Venables
MaintainerBill Venables <bill.venables@gmail.com>
LicenseGPL (>= 2)
Version0.2.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("BillVenables/kdeR")
BillVenables/kdeR documentation built on April 12, 2021, 1:51 p.m.