![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
T | stan::math::corr_constrain (const T x) |
Return the result of transforming the specified scalar to have a valid correlation value between -1 and 1 (inclusive). More... | |
template<typename T > | |
T | stan::math::corr_constrain (const T x, T &lp) |
Return the result of transforming the specified scalar to have a valid correlation value between -1 and 1 (inclusive). More... | |