Stan Math Library
4.9.0
Automatic Differentiation
|
|
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.
x | Argument. |
Definition at line 67 of file inv_cloglog.hpp.