Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/fun/log1m.hpp>
#include <stan/math/prim/fun/square.hpp>
#include <stan/math/prim/fun/sum.hpp>
#include <stan/math/prim/fun/tanh.hpp>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | stan |
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
namespace | stan::math |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
plain_type_t< T > | stan::math::corr_constrain (const T &x) |
Return the result of transforming the specified scalar or container of values to have a valid correlation value between -1 and 1 (inclusive). | |
template<typename T_x , typename T_lp > | |
auto | stan::math::corr_constrain (const T_x &x, T_lp &lp) |
Return the result of transforming the specified scalar or container of values to have a valid correlation value between -1 and 1 (inclusive). | |
template<bool Jacobian, typename T_x , typename T_lp > | |
auto | stan::math::corr_constrain (const T_x &x, T_lp &lp) |
Return the result of transforming the specified scalar or container of values to have a valid correlation value between -1 and 1 (inclusive). | |