![]() |
Stan
1.0
probability, sampling & optimization
|
#include <stan/prob/traits.hpp>#include <stan/math/matrix_error_handling.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/special_functions.hpp>#include <stan/prob/constants.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_prob , class Policy > | |
| boost::math::tools::promote_args< T_prob >::type | stan::prob::categorical_log (const typename Eigen::Matrix< T_prob, Eigen::Dynamic, 1 >::size_type n, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta, const Policy &) |
| template<bool propto, typename T_prob > | |
| boost::math::tools::promote_args< T_prob >::type | stan::prob::categorical_log (const typename Eigen::Matrix< T_prob, Eigen::Dynamic, 1 >::size_type n, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta) |
| template<typename T_prob , class Policy > | |
| boost::math::tools::promote_args< T_prob >::type | stan::prob::categorical_log (const typename Eigen::Matrix< T_prob, Eigen::Dynamic, 1 >::size_type n, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta, const Policy &) |
| template<typename T_prob > | |
| boost::math::tools::promote_args< T_prob >::type | stan::prob::categorical_log (const typename Eigen::Matrix< T_prob, Eigen::Dynamic, 1 >::size_type n, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta) |