Stan Math Library
4.9.0
Automatic Differentiation
|
|
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))\).
T | Arithmetic or a type inheriting from EigenBase . |
a | Variable argument. |
Definition at line 28 of file inv_cloglog.hpp.