![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/math/tools/promotion.hpp>#include <stdexcept>#include <boost/throw_exception.hpp>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 Vector > | |
| void | stan::math::inverse_softmax (const Vector &simplex, Vector &y) |
| Writes the inverse softmax of the simplex argument into the second argument. More... | |