1 #ifndef STAN__MATH__FUNCTIONS__PHI_APPROX_HPP
2 #define STAN__MATH__FUNCTIONS__PHI_APPROX_HPP
4 #include <boost/math/tools/promotion.hpp>
22 inline typename boost::math::tools::promote_args<T>::type
fvar< T > pow(const fvar< T > &x1, const fvar< T > &x2)
boost::math::tools::promote_args< T >::type inv_logit(const T a)
Returns the inverse logit function applied to the argument.
boost::math::tools::promote_args< T >::type Phi_approx(T x)
Approximation of the unit normal CDF.