Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return an unconstrained vector that when transformed produces the specified simplex.
It applies to a simplex of dimensionality K and produces an unconstrained vector of dimensionality (K-1).
The simplex transform is defined through a centered stick-breaking process.
ColVec | type of the simplex (must be a column vector) |
x | Simplex of dimensionality K. |
std::domain_error | if x is not a valid simplex |
Definition at line 30 of file simplex_free.hpp.