![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <vector>#include <boost/math/tools/promotion.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/matrix/log_softmax.hpp>#include <stan/math/functions/log_sum_exp.hpp>#include <stan/math/matrix/log_sum_exp.hpp>#include <stan/math/matrix/sum.hpp>#include <stan/prob/traits.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 > | |
| boost::math::tools::promote_args < T_prob >::type | stan::prob::categorical_logit_log (int n, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &beta) |
| template<typename T_prob > | |
| boost::math::tools::promote_args < T_prob >::type | stan::prob::categorical_logit_log (int n, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &beta) |
| template<bool propto, typename T_prob > | |
| boost::math::tools::promote_args < T_prob >::type | stan::prob::categorical_logit_log (const std::vector< int > &ns, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &beta) |
| template<typename T_prob > | |
| boost::math::tools::promote_args < T_prob >::type | stan::prob::categorical_logit_log (const std::vector< int > &ns, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &beta) |