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

◆ logit() [6/6]

template<typename T , require_var_t< T > * = nullptr>
auto stan::math::logit ( T &&  u)
inline

Return the log odds of the specified argument.

Template Parameters
TArithmetic or a type inheriting from EigenBase.
Parameters
uThe variable.
Returns
log odds of argument

Definition at line 20 of file logit.hpp.