Learn R Programming

waved (version 1.3)

dyadjk: Lexicographic ordering (dyadic)

Description

return the index of a wavelet coefficient using dyadic lexicographic ordering

Usage

dyadjk(j, k)

Value

Returns an integer giving the index position of the wavelet coefficient \(w_{j,k}\) in a vector of wavelet coefficients.

Arguments

j

Resolution level (integer)

k

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

Author

Marc Raimondo

References

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

See Also

FWaveD

Examples

Run this code
print(dyadjk(5,4))
  

Run the code above in your browser using DataLab