reconstr: Reconstruct a top-down Unbalanced Haar decomposition

View source: R/reconstr.R

reconstrR Documentation

Reconstruct a top-down Unbalanced Haar decomposition

Description

Reconstructs a vector from its top-down Unbalanced Haar decomposition stored in an object returned by best.unbal.haar or hard.thresh.

Usage

reconstr(buh)

Arguments

buh

an object of the type returned by best.unbal.haar and hard.thresh

Value

the inverse Unbalanced Haar transform of buh

Author(s)

Piotr Fryzlewicz

See Also

best.unbal.haar, hard.thresh, reconstr.bu

Examples

x <- rnorm(1000)
x.uh <- best.unbal.haar(x)
x.uh.th <- hard.thresh(x.uh)
x.uh.th.r <- reconstr(x.uh.th)
ts.plot(x.uh.th.r)

unbalhaar documentation built on April 19, 2022, 5:05 p.m.