dtri                package:CircStats                R Documentation

_T_r_i_a_n_g_u_l_a_r _D_e_n_s_i_t_y _F_u_n_c_t_i_o_n

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

     Returns the triangular density function evaluated at a particular
     value.

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

     dtri(theta, r)

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

   theta: vector of angles measured in radians at which to evaluate the
          density function.

       r: concentration parameter of the distribution.  r must be
          between 0 and 4/pi^2.

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

     Returns the triangular density function evaluated at theta.

_R_e_f_e_r_e_n_c_e_s:

     Jammalamadaka, S. Rao and SenGupta, A. (2001). Topics in Circular
     Statistics, Section 2.2.3, World Scientific Press, Singapore.

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

     rtri

