projVj: Projection onto $V_j$

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

Compute the projection of $f$ onto $V_j$.

Usage

1
projVj(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 $V_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

1
 plot(projVj(rnorm(512),1024,3))

waved documentation built on May 2, 2019, 3:21 a.m.

Related to projVj in waved...