unbalhaar-package | R Documentation |
The package implements top-down and bottom-up algorithms for nonparametric function estimation in Gaussian noise using Unbalanced Haar wavelets.
Package: | unbalhaar |
Type: | Package |
Version: | 2.0 |
Date: | 2010-08-09 |
License: | GPL-2 |
LazyLoad: | yes |
The main functions of the package are uh
and uh.bu
.
Piotr Fryzlewicz
Maintainer: Piotr Fryzlewicz <p.fryzlewicz@lse.ac.uk>
P. Fryzlewicz (2007) “Unbalanced Haar technique for nonparametric function estimation”. Journal of the American Statistical Association, 102, 1318-1327.
x <- c(rep(0, 100), rep(1, 200)) + rnorm(300) est.topdown <- uh(x) est.bottomup <- uh.bu(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.