Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ inv_cloglog() [7/7]

template<typename T , require_stan_scalar_or_eigen_t< T > * = nullptr>
auto stan::math::inv_cloglog ( const var_value< T > &  a)
inline

Return the inverse complementary log-log function applied specified variable (stan).

See inv_cloglog() for the double-based version.

The derivative is given by

\(\frac{d}{dx} \mbox{cloglog}^{-1}(x) = \exp (x - \exp (x))\).

Template Parameters
TArithmetic or a type inheriting from EigenBase.
Parameters
aVariable argument.
Returns
The inverse complementary log-log of the specified argument.

Definition at line 28 of file inv_cloglog.hpp.