powered by
Reconstructs a vector from its bottom-up Unbalanced Haar decomposition stored in an object returned by best.unbal.haar.bu or hard.thresh.bu.
best.unbal.haar.bu
hard.thresh.bu
reconstr.bu(buh.bu)
an object of the type returned by best.unbal.haar.bu and hard.thresh.bu
the inverse Unbalanced Haar transform of buh.bu
buh.bu
best.unbal.haar.bu, hard.thresh.bu, reconstr
reconstr
# NOT RUN { x <- rnorm(1000) x.uh <- best.unbal.haar.bu(x) x.uh.th <- hard.thresh.bu(x.uh) x.uh.th.r <- reconstr.bu(x.uh.th) ts.plot(x.uh.th.r) # }
Run the code above in your browser using DataLab