dyadjk: Lexicographic ordering (dyadic)

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

View source: R/functionINIT.R

Description

return the index of a wavelet coefficient using dyadic lexicographic ordering

Usage

1
dyadjk(j, k)

Arguments

j

Resolution level (integer)

k

Location parameter (0,1,...,$2^j$-1)

Value

Returns an integer giving the index position of the wavelet coefficient $w_j,k$ in a vector of wavelet coefficients.

Author(s)

Marc Raimondo

References

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

See Also

FWaveD

Examples

1
2
print(dyadjk(5,4))
  

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

Related to dyadjk in waved...