![]() |
Stan Math Library
5.0.0
Automatic Differentiation
|
|
inline |
Return the simplex corresponding to the specified free vector and increment the specified log probability reference with the log absolute Jacobian determinant of the transform.
The simplex transform is defined using the inverse of the isometric log ratio (ILR) transform. This is equivalent to softmax(sum_to_zero_constrain(y))
.
T | type of the vector to constrain |
y | Free vector input of dimensionality N. |
lp | Log probability reference to increment. |
Definition at line 71 of file simplex_constrain.hpp.