![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/fun/log1m.hpp>
#include <stan/math/prim/scal/fun/square.hpp>
#include <cmath>
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... | |