dyadjk                 package:waved                 R Documentation

_L_e_x_i_c_o_g_r_a_p_h_i_c _o_r_d_e_r_i_n_g (_d_y_a_d_i_c)

_D_e_s_c_r_i_p_t_i_o_n:

     return the index of a wavelet coefficient using dyadic
     lexicographic ordering

_U_s_a_g_e:

     dyadjk(j, k)

_A_r_g_u_m_e_n_t_s:

       j: Resolution level (integer) 

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

_V_a_l_u_e:

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

_A_u_t_h_o_r(_s):

     Marc Raimondo

_R_e_f_e_r_e_n_c_e_s:

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

_S_e_e _A_l_s_o:

     'FWaveD '

_E_x_a_m_p_l_e_s:

     print(dyadjk(5,4))
       

