trigammaInverse            package:limma            R Documentation

_I_n_v_e_r_s_e _T_r_i_g_a_m_m_a _F_u_n_c_t_i_o_n

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

     The inverse of the trigamma function.

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

     trigammaInverse(x)

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

       x: numeric vector or array

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

     The function uses Newton's method with a clever starting value to
     ensure monotonic convergence.

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

     Numeric vector or array 'y' satisfying 'trigamma(y)==x'.

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

     Gordon Smyth

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

     'trigamma'

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

     y <- trigammaInverse(5)
     trigamma(y)

