![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
Structure to wrap log_inv_logit() so it can be vectorized. More...
#include <log_inv_logit.hpp>
Static Public Member Functions | |
template<typename T > | |
static T | fun (const T &x) |
Return the natural logarithm of the inverse logit of the specified argument. More... | |
Structure to wrap log_inv_logit() so it can be vectorized.
Definition at line 13 of file log_inv_logit.hpp.
|
inlinestatic |
Return the natural logarithm of the inverse logit of the specified argument.
T | argument scalar type |
x | argument |
Definition at line 23 of file log_inv_logit.hpp.