Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
locscale_free.hpp File Reference
#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::locscale_free (const T &y, const L &mu, const S &sigma)
 Return the unconstrained scalar that transforms to the specified location and scale constrained scalar given the specified location and scale. More...
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.