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

◆ logit() [8/8]

template<typename T , require_stan_scalar_or_eigen_t< T > * = nullptr>
auto stan::math::logit ( const var_value< 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.