kernelpen            package:GLAD            R Documentation(latin1)

_K_e_r_n_e_l_p_e_n _f_u_n_c_t_i_o_n

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

     Kernel function used in the penalty term.

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

     kernelpen(x, type="tricubic", param)

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

       x: Real Value.

    type: Type of kernelpen to be used

   param: a named vector.

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

     The only kernel available is the "tricubic" kernel which takes the
     values (1 - (x/d)^3)^3. The value of d is given by 'param=c(d=6)'
     for example.

_N_o_t_e:

     People interested in tools dealing with array CGH analysis can
     visit our web-page <URL: http://bioinfo.curie.fr>.

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

     Philippe Hup, glad@curie.fr

