-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📖 Updated description: Longer and with references.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,15 @@ Author: Jonas Moss, Martin Tveten | |
Maintainer: Jonas Moss <[email protected]> | ||
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 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|