Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ von_mises_cdf_centered()

template<typename T_x , typename T_k >
return_type_t< T_x, T_k > stan::math::internal::von_mises_cdf_centered ( const T_x &  x,
const T_k &  k 
)

This function calculates the cdf of the von Mises distribution in the case where the distribution has support on (-pi, pi) and has mean 0.

If k is sufficiently small, this function approximates the cdf with a Gaussian. Otherwise, use the expansion from scipy.

Definition at line 71 of file von_mises_cdf.hpp.