dyadjk: Lexicographic ordering (dyadic)

View source: R/functionINIT.R

dyadjkR 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))
  

waved documentation built on May 29, 2024, 5:29 a.m.

Related to dyadjk in waved...