Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/err.hpp>
#include <stan/math/prim/fun/log.hpp>
#include <stan/math/prim/fun/sum.hpp>
#include <cmath>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | stan |
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
namespace | stan::math |
Matrices and templated mathematical functions. | |
Functions | |
template<bool propto, typename T_prob , require_eigen_col_vector_t< T_prob > * = nullptr> | |
return_type_t< T_prob > | stan::math::categorical_lpmf (int n, const T_prob &theta) |
template<bool propto, typename T_prob , require_eigen_col_vector_t< T_prob > * = nullptr> | |
return_type_t< T_prob > | stan::math::categorical_lpmf (const std::vector< int > &ns, const T_prob &theta) |
template<typename T_n , typename T_prob , require_st_integral< T_n > * = nullptr, require_eigen_col_vector_t< T_prob > * = nullptr> | |
return_type_t< T_prob > | stan::math::categorical_lpmf (const T_n &ns, const T_prob &theta) |