Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the free variable that corresponds to the specified upper-bounded variable with respect to the specified upper bound.
The transform is the reverse of the ub_constrain
transform.
T | type of constrained variable |
U | type of upper bound |
y | constrained variable with specified upper bound |
ub | upper bound |
std::invalid_argument | if any element of constrained variable is greater than the upper bound. |
Definition at line 115 of file ub_free.hpp.