best.unbal.haar.bu {unbalhaar} | R Documentation |
Best bottom-up Unbalanced Haar decomposition
Description
The function finds the “best” bottom-up Unbalanced Haar (UH) decomposition of the input vector
x
.
Usage
best.unbal.haar.bu(x, stretch = length(x))
Arguments
x |
a vector |
stretch |
at each iteration, only the first |
Value
detail |
A matrix of size 3 x |
smooth |
the “smooth” component of |
Author(s)
Piotr Fryzlewicz
See Also
Examples
best.unbal.haar.bu(rnorm(100))
[Package unbalhaar version 2.1 Index]