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

◆ inv_cloglog() [5/7]

template<typename T , require_complex_t< T > * = nullptr>
auto stan::math::inv_cloglog ( const T &  x)
inline

The inverse complementary log-log function.

The function is defined by

inv_cloglog(x) = 1 - exp(-exp(x)).

This function can be used to implement the inverse link function for complementary-log-log regression.

Parameters
xArgument.
Returns
Inverse complementary log-log of the argument.

Definition at line 67 of file inv_cloglog.hpp.