![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/fun/identity_free.hpp>
#include <stan/math/prim/scal/err/check_positive_finite.hpp>
#include <stan/math/prim/scal/err/check_finite.hpp>
#include <boost/math/tools/promotion.hpp>
#include <cmath>
#include <limits>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T , typename L , typename S > | |
boost::math::tools::promote_args< T, L, S >::type | stan::math::offset_multiplier_free (const T &y, const L &mu, const S &sigma) |
Return the unconstrained scalar that transforms to the specified offset and multiplier constrained scalar given the specified offset and multiplier. More... | |