dyadjk {waved}R Documentation

Lexicographic ordering (dyadic)

Description

return the index of a wavelet coefficient using dyadic lexicographic ordering

Usage

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

print(dyadjk(5,4))
  

[Package waved version 1.0 Index]