fitFDist                package:limma                R Documentation

_M_o_m_e_n_t _E_s_t_i_m_a_t_i_o_n _o_f _S_c_a_l_e_d _F-_D_i_s_t_r_i_b_u_t_i_o_n

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

     Moment estimation of the parameters of a scaled F-distribution
     given one of the degrees of freedom. This function is called
     internally by 'ebayes' and is not usually called directly by a
     user.

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

     fitFDist(x,df1)

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

       x: numeric vector or array of positive values representing a
          sample from an F-distribution.

     df1: the first degrees of freedom of the F-distribution. May be an
          integer or a vector of the same length as 'x'.

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

     The function estimates 'scale' and 'df2' under the assumption that
     'x' is distributed as 'scale' times an F-distributed random
     variable on 'df1' and 'df2' degrees of freedom.

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

     A list containing the components 

   scale: scale factor for F-distribution

     df2: the second degrees of freedom of the F-distribution

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

     Gordon Smyth

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

     'ebayes', 'trigammaInverse'

