rstupid                package:Davies                R Documentation

_A _s_t_u_p_i_d _P_D_F

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

     a contrived PDF that cannot be closely approximated by a Davies
     distribution

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

     rstupid(n, a = 1, b = 2, c = 3, d = 4)

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

       n: Number of observations

       a: start of first uniform bit

       b: end of first uniform bit

       c: start of second uniform bit

       d: end of second uniform bit

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

     The 'stupid' distribution is composed of two separate uniform
     distributions: one from a to b, and one from c to d.  It is
     specifically designed to be NOT fittable to any Davies
     distribution.

     You could probably come up with a more stupid distribution if you
     tried

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

     Robin K. S. Hankin

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

     'Davies'

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

     stupid <- rstupid(500)
     fit.davies.q(stupid)

