dyadjk | R Documentation |
return the index of a wavelet coefficient using dyadic lexicographic ordering
dyadjk(j, k)
j |
Resolution level (integer) |
k |
Location parameter (0,1,...,2^j-1) |
Returns an integer giving the index position
of the wavelet coefficient w_{j,k}
in a vector of wavelet
coefficients.
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), ‘The WaveD Transform in R’, Journal of Statistical Software.
FWaveD
print(dyadjk(5,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.