Package: scdensity
Title: Shape-Constrained Kernel Density Estimation
Version: 1.0.2
Authors@R: person(c("Mark","A."), "Wolters", email = "mark@mwolters.com", 
  role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7638-8222"))
Description: Implements methods for obtaining kernel density estimates
    subject to a variety of shape constraints (unimodality, bimodality, 
    symmetry, tail monotonicity, bounds, and constraints on the number of 
    inflection points). Enforcing constraints can eliminate unwanted waves or 
    kinks in the estimate, which improves its subjective appearance and can 
    also improve statistical performance. The main function scdensity() is 
    very similar to the density() function in 'stats', allowing 
    shape-restricted estimates to be obtained with little effort. The 
    methods implemented in this package are described in Wolters and Braun 
    (2017) <doi:10.1080/03610918.2017.1288247>, Wolters (2012) 
    <doi:10.18637/jss.v047.i06>, and Hall and Huang (2002) 
    <http://www3.stat.sinica.edu.tw/statistica/j12n4/j12n41/j12n41.htm>.  
    See the scdensity() help for for full citations.
Depends: R (>= 3.3.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
Suggests: testthat
Imports: quadprog, lpSolve
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-01-30 00:56:59 UTC; Mark
Author: Mark A. Wolters [aut, cre] (<https://orcid.org/0000-0001-7638-8222>)
Maintainer: Mark A. Wolters <mark@mwolters.com>
Repository: CRAN
Date/Publication: 2018-01-30 10:52:26 UTC
Built: R 4.2.0; ; 2023-04-01 15:41:29 UTC; unix
