![]() |
Stan
1.0
probability, sampling & optimization
|
#include <stan/prob/constants.hpp>#include <stan/math/matrix_error_handling.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/special_functions.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 , typename T_prior_sample_size , class Policy > | |
| boost::math::tools::promote_args< T_prob, T_prior_sample_size >::type | stan::prob::dirichlet_log (const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta, const Eigen::Matrix< T_prior_sample_size, Eigen::Dynamic, 1 > &alpha, const Policy &) |
| The log of the Dirichlet density for the given theta and a vector of prior sample sizes, alpha. More... | |
| template<bool propto, typename T_prob , typename T_prior_sample_size > | |
| boost::math::tools::promote_args< T_prob, T_prior_sample_size >::type | stan::prob::dirichlet_log (const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta, const Eigen::Matrix< T_prior_sample_size, Eigen::Dynamic, 1 > &alpha) |
| template<typename T_prob , typename T_prior_sample_size , class Policy > | |
| boost::math::tools::promote_args< T_prob, T_prior_sample_size >::type | stan::prob::dirichlet_log (const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta, const Eigen::Matrix< T_prior_sample_size, Eigen::Dynamic, 1 > &alpha, const Policy &) |
| template<typename T_prob , typename T_prior_sample_size > | |
| boost::math::tools::promote_args< T_prob, T_prior_sample_size >::type | stan::prob::dirichlet_log (const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta, const Eigen::Matrix< T_prior_sample_size, Eigen::Dynamic, 1 > &alpha) |