best.unbal.haar.bu {unbalhaar} | R Documentation |
The function finds the “best” bottom-up Unbalanced Haar (UH) decomposition of the input vector
x
.
best.unbal.haar.bu(x, stretch = length(x))
x |
a vector |
stretch |
at each iteration, only the first |
detail |
A matrix of size 3 x |
smooth |
the “smooth” component of |
Piotr Fryzlewicz
best.unbal.haar.bu(rnorm(100))