dwrpcauchy             package:CircStats             R Documentation

_W_r_a_p_p_e_d _C_a_u_c_h_y _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 wrapped Cauchy density function evaluated at a
     particular value.

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

     dwrpcauchy(theta, mu, rho)

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

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

      mu: mean direction of the distribution measured in radians.

     rho: concentration parameter of the distribution.  rho must be in
          the interval from 0 to 1.

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

     Returns the wrapped Cauchy 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.7, World Scientific Press, Singapore.

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

     rwrpcauchy

