Package: kdensity
Type: Package
Title: Kernel Density Estimation with Parametric Starts and Asymmetric
        Kernels
Version: 1.1.1
Authors@R: c(
    person("Jonas", "Moss", , "jonas.gjertsen@gmail.com", role = c("aut", "cre"), 
      comment = c(ORCID = "0000-0002-6876-6964")),
    person("Martin", "Tveten", ,"tveten@nr.no", role = c("ctb"))
    )
Description: Handles univariate non-parametric density estimation with 
    parametric starts and asymmetric kernels in a simple and flexible way. 
    Kernel density estimation with parametric starts involves fitting a
    parametric density to the data before making a correction with kernel 
    density estimation, see Hjort & Glad (1995) <doi:10.1214/aos/1176324627>.
    Asymmetric kernels make kernel density estimation more efficient on bounded
    intervals such as (0, 1) and the positive half-line. Supported asymmetric 
    kernels are the gamma kernel of Chen (2000) <doi:10.1023/A:1004165218295>,
    the beta kernel of Chen (1999) <doi:10.1016/S0167-9473(99)00010-9>, and the
    copula kernel of Jones & Henderson (2007) <doi:10.1093/biomet/asm068>.
    User-supplied kernels, parametric starts, and bandwidths are supported.
License: MIT + file LICENSE
URL: https://github.com/JonasMoss/kdensity
BugReports: https://github.com/JonasMoss/kdensity/issues
Encoding: UTF-8
Suggests: extraDistr, SkewHyperbolic, testthat, covr, knitr, rmarkdown
Imports: assertthat, univariateML, EQL
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-03-04 11:59:23 UTC; jmoss
Author: Jonas Moss [aut, cre] (<https://orcid.org/0000-0002-6876-6964>),
  Martin Tveten [ctb]
Maintainer: Jonas Moss <jonas.gjertsen@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-04 11:50:04 UTC
Built: R 4.6.0; ; 2025-11-02 04:12:46 UTC; windows
