![]() |
Stan Math Library
2.6.3
probability, sampling & optimization
|
#include <boost/math/tools/promotion.hpp>
#include <boost/throw_exception.hpp>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename Vector > | |
void | stan::math::inverse_softmax (const Vector &simplex, Vector &y) |
Writes the inverse softmax of the simplex argument into the second argument. More... | |