distCheck             package:fUtilities             R Documentation

_D_i_s_t_r_i_b_u_t_i_o_n _C_h_e_c_k

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

     Tests properties of a distribution.

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

     distCheck(fun = "norm", n = 1000, robust = TRUE, subdivisions = 100, ...)

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

     fun: a character string denoting the name of the distribution. 

       n: an integer specifying the number of random variates to be
          generated. 

  robust: a logical flag, should robust estimates be used? By default
          'TRUE'. 

subdivisions: an integer specifying the numbers of subdivisions in
          integration. 

     ...: the distributional parameters. 

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

     ## distCheck:
        distCheck("norm", mean = 1, sd = 1)

