projFj {waved}R Documentation

Projection onto $F_j$

Description

Compute the projection of $f$ onto $F_j$ (fine resolution)).

Usage

projFj(beta, n, deg)

Arguments

beta vector of wavelet coefficients of $f$
n sample size
deg The degree of the Meyer wavelet, either 1, 2, or 3.

Value

the projection of $f$ onto $F_j$

Author(s)

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.

See Also

WaveD

Examples

 plot(projFj(rnorm(1024),1024,3))

[Package waved version 1.0 Index]