threshold             package:wavethresh             R Documentation

_T_h_r_e_s_h_o_l_d _c_o_e_f_f_i_c_i_e_n_t_s

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

     Modify coefficients by thresholding or shrinkage. 

     This function is generic. 

     Particular methods exist for the following objects: 

_w_d _o_b_j_e_c_t the 'threshold.wd' function is used;

_i_m_w_d _o_b_j_e_c_t the 'threshold.imwd' function is used;

_i_m_w_d_c _o_b_j_e_c_t the 'threshold.imwdc' function is used;

_i_r_r_e_g_w_d _o_b_j_e_c_t the 'threshold.irregwd' function is used;

_w_d_3_D _o_b_j_e_c_t the 'threshold.wd3D' function is used; 

_w_p _o_b_j_e_c_t the 'threshold.wp' function is used;

_w_s_t _o_b_j_e_c_t the 'threshold.wst' function is used.

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

     threshold(...)

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

     ...: See individual help pages for details.

_D_e_t_a_i_l_s:

     See individual method help pages for operation and examples.

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

     Usually a copy of the input object but containing thresholded or
     shrunk coefficients.

_R_E_L_E_A_S_E:

     Version 2 Copyright Guy Nason 1993

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

     'imwd.object', 'imwdc.object', 'irregwd object', 'threshold.imwd',
     'threshold.imwdc', 'threshold.irregwd', 'threshold.wd',
     'threshold.wd3D', 'threshold.wp', 'threshold.wst' 'wd.object',
     'wd3D.object', 'wp.object', 'wst.object'.

