Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the simplex corresponding to the specified free vector.
If the Jacobian
parameter is true
, the log density accumulator is incremented with the log absolute Jacobian determinant of the transform. All of the transforms are specified with their Jacobians in the Stan Reference Manual chapter Constraint Transforms.
Jacobian | if true , increment log density accumulator with log absolute Jacobian determinant of constraining transform |
Vec | A standard vector with inner type inheriting from Eigen::DenseBase or a var_value with inner type inheriting from Eigen::DenseBase with compile time dynamic rows and 1 column |
[in] | y | free vector |
[in,out] | lp | log density accumulator |
y
Definition at line 128 of file simplex_constrain.hpp.