MultiThresh1              package:waved              R Documentation

_M_a_x_i_s_e_t _t_h_r_e_s_h_o_l_d

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

     Compute the maxiset threshold for WaveD fit.

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

     MultiThresh1(s, g, L, eta)

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

       s: noise standard deviation  

       g: Sample of g or g + (Gaussian noise). 

       L: Lowest resolution level. 

     eta: Tuning parameter of the maxiset threshold. 

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

     vector of thresholds

_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:

     'WaveD',

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

     MultiThresh1(.1, sin(2*pi*seq(0,1,le=1024)), 3, sqrt(2))

