![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/agrad/partials_vari.hpp>#include <stan/math/error_handling.hpp>#include <stan/math.hpp>#include <stan/meta/traits.hpp>#include <stan/prob/constants.hpp>#include <stan/prob/traits.hpp>#include <stan/prob/distributions/univariate/continuous/uniform.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::prob | |
| Templated probability distributions. | |
Functions | |
| template<bool propto, typename T_y , typename T_loc , typename T_scale > | |
| return_type< T_y, T_loc, T_scale >::type | stan::prob::von_mises_log (T_y const &y, T_loc const &mu, T_scale const &kappa) |
| template<typename T_y , typename T_loc , typename T_scale > | |
| return_type< T_y, T_loc, T_scale >::type | stan::prob::von_mises_log (T_y const &y, T_loc const &mu, T_scale const &kappa) |
| template<class RNG > | |
| double | stan::prob::von_mises_rng (const double mu, const double kappa, RNG &rng) |