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

◆ logit() [6/8]

template<typename Container , require_not_container_st< std::is_arithmetic, Container > * = nullptr, require_not_var_matrix_t< Container > * = nullptr, require_not_nonscalar_prim_or_rev_kernel_expression_t< Container > * = nullptr>
auto stan::math::logit ( const Container &  x)
inline

Return the elementwise application of logit() to specified argument container.

The return type promotes the underlying scalar argument type to double if it is an integer, and otherwise is the argument type.

Template Parameters
Containertype of container
Parameters
xcontainer
Returns
elementwise logit of container elements

Definition at line 91 of file logit.hpp.