Learn R Programming

waved (version 1.3)

projWj: Projection onto $W_j$

Description

Compute the projection of $f$ onto $W_j$ (details).

Usage

projWj(beta, n, deg)

Value

the projection of $f$ onto $W_j$

Arguments

beta

vector of wavelet coefficients of $f$

n

sample size

deg

The degree of the Meyer wavelet, either 1, 2, or 3.

Author

Marc Raimondo

References

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

See Also

WaveD

Examples

Run this code
 plot(projWj(rnorm(512),1024,3))

Run the code above in your browser using DataLab