Stan Math Library
4.9.0
Automatic Differentiation
|
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.