pendensity-package {pendensity} | R Documentation |
Will follow soon.
Package: | pendensity |
Type: | Package |
Version: | 0.1 |
Date: | 2009-07-29 |
License: | GPL-2 |
LazyLoad: | yes |
The packages contributes one main funtion {ttfamily pendensity()} for estimating densities using penalized splines techniques.
Christian Schellhase <cschellhase@wiwi.uni-bielefeld.de>
Penalized Density Estimation, Kauermann G. and Schellhase C. (2009), to appear.
y <- rnorm(100) test <- pendensity(y~1) plot(test)