R/cctools-package.R

#' Tools for the continuous convolution trick in nonparametric estimation
#'
#' Implements the uniform scaled beta distribution [dusb()], a generic function
#' for continuous convolution [cont_conv()], and the continuous convolution
#' kernel density estimator [cckde()].
#'
#' @name cctools-package
#' @aliases cctools
#' @docType package
#' @useDynLib cctools, .registration = TRUE
#'
#' @author Thomas Nagler
#'
#' @references
#' Nagler, T. (2017). *A generic approach to nonparametric function
#' estimation with mixed data.* [arXiv:1704.07457](https://arxiv.org/pdf/1704.07457.pdf)
#'
#' @keywords package
#'
NULL

Try the cctools package in your browser

Any scripts or data that you put into this service are public.

cctools documentation built on May 2, 2019, 8:51 a.m.