![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/math/functions/log1p_exp.hpp>#include <vector>#include <boost/math/tools/promotion.hpp>#include <limits>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T1 , typename T2 > | |
| boost::math::tools::promote_args < T1, T2 >::type | stan::math::log_sum_exp (const T2 &a, const T1 &b) |
| Calculates the log sum of exponetials without overflow. More... | |
| double | stan::math::log_sum_exp (const std::vector< double > &x) |
| Return the log of the sum of the exponentiated values of the specified sequence of values. More... | |