Stan Math Library  2.15.0
reverse mode automatic differentiation
Namespaces | Functions
multinomial_log.hpp File Reference
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/prob/multinomial_lpmf.hpp>
#include <boost/math/tools/promotion.hpp>
#include <vector>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<bool propto, typename T_prob >
boost::math::tools::promote_args< T_prob >::type stan::math::multinomial_log (const std::vector< int > &ns, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta)
 
template<typename T_prob >
boost::math::tools::promote_args< T_prob >::type stan::math::multinomial_log (const std::vector< int > &ns, const Eigen::Matrix< T_prob, Eigen::Dynamic, 1 > &theta)
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.