Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.1 KB

kerdec

Travis build status AppVeyor build status

R package to kernel deconvolution methods, including multivariate kernel deconvolution density estimation and deconvolution version of local constant polynomial regression.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("gbasulto/kerdec")

A stable version will soon be uploaded to CRAN.

Example

This is a basic example which shows you how to solve a common problem:

library(kerdec)
## basic example code