pendensity-package {pendensity}R Documentation

pendensity offers routines for estimating penalized unconditional and conditional (on factor groups) densties.

Description

Will follow soon.

Details

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.

Author(s)

Christian Schellhase <cschellhase@wiwi.uni-bielefeld.de>

References

Penalized Density Estimation, Kauermann G. and Schellhase C. (2009), to appear.

Examples

y <- rnorm(100)
test <- pendensity(y~1)
plot(test)


[Package pendensity version 0.1 Index]