1#ifndef STAN_MATH_FWD_FUN_PHI_APPROX_HPP
2#define STAN_MATH_FWD_FUN_PHI_APPROX_HPP
auto pow(const T1 &x1, const T2 &x2)
fvar< T > Phi_approx(const fvar< T > &x)
Return an approximation of the unit normal cumulative distribution function (CDF).
fvar< T > inv_logit(const fvar< T > &x)
Returns the inverse logit function applied to the argument.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
This template class represents scalars used in forward-mode automatic differentiation,...