R/scdensity-package.R

#*****************************************************************************************
#*** package-level documentation *********************************************************
#*****************************************************************************************
#' scdensity: Shape-constrained kernel density estimation.
#'
#' This package computes one-dimensional Gaussian kernel density estimates subject to a
#' variety of shape constraints, including unimodality, bimodality, symmetry, and others.
#'
#' All of the package's functionality can be accessed through the function
#' \code{\link[scdensity]{scdensity}}.  See that function's help file.  The function is used
#' just like \code{\link[stats]{density}}, but with extra arguments for handling the constraints.
#'
#' @docType package
#' @name scdensity-package
NULL

Try the scdensity package in your browser

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

scdensity documentation built on May 1, 2019, 10:26 p.m.