Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the free variable that corresponds to the specified lower-bounded variable with respect to the specified lower bound.
The transform is the reverse of the lb_constrain
transform.
T | type of constrained variable |
L | type of lower bound |
y | constrained variable with specified lower bound |
lb | lower bound |
std::invalid_argument | if any element of constrained variable is greater than the lower bound. |
Definition at line 84 of file lb_free.hpp.