dmixedvm              package:CircStats              R Documentation

_M_i_x_t_u_r_e _o_f _v_o_n _M_i_s_e_s _D_i_s_t_r_i_b_u_t_i_o_n_s

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

     Evaluates the density function of a mixture of two von Mises
     distributions.

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

     dmixedvm(theta, mu1, mu2, kappa1, kappa2, p)

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

   theta: vector of values at which to evaluate the density function.

     mu1: mean direction in radians of one of the two von Mises
          distributions.

     mu2: mean direction in radians of the other von Mises
          distribution.

  kappa1: concentration parameter of one of the two von Mises
          distributions.

  kappa2: concentration parameter of the other von Mises distribution.

       p: mixing proportion.

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

     Evaluates the density function p*VM(mu1, kappa1) + (1-p)*VM(mu2,
     kappa2), where  VM is the von Mises density function.

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

     Evaluates the density function of a mixture of two von Mises
     distributions at a given vector of values, theta.

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

     rmixedvm

