Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::positive_ordered_free | ( | const EigVec & | y | ) |
Return the vector of unconstrained scalars that transform to the specified positive ordered vector.
This function inverts the constraining operation defined in positive_ordered_constrain(Matrix)
,
T | type of elements in the vector |
y | Vector of positive, ordered scalars. |
std::domain_error | if y is not a vector of positive, ordered scalars. |
Definition at line 28 of file positive_ordered_free.hpp.