mutilsWSThresholdFunction     package:ifultools     R Documentation

_C_o_n_v_e_r_t_s _w_a_v_e_l_e_t _s_h_r_i_n_k_a_g_e _t_h_e_s_h_o_l_d _f_u_n_c_t_i_o_n _t_o _M_U_T_I_L_S _e_n_u_m _t_y_p_e

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

     MUTILS is a C library used for certain '.Call' functions. This
     function maps a wavelet transform character string to the
     corresponding enum type in MUTILS.

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

     mutilsWSThresholdFunction(x)

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

       x: a character string representing the waveshrink function.
          Choices are '"universal"', '"minimax"', and '"adaptive"'.

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

     a list containg objects 'index' and 'threshfun', containing an
     integer corresponding to the MUTILS enum and name of the
     waveshrink threshold function, respectively.

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

     'mutilsDistanceMetric', 'mutilsFilterType',
     'mutilsFilterTypeContinuous', 'mutilsSDF',
     'mutilsTransformPeakType', 'mutilsTransformType',
     'mutilsWSShrinkageFunction'.

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

     ## obtain MUTILS enum map for the adaptive 
     ## threshold function 
     mutilsWSThresholdFunction("adaptive")

