Stan Math Library  2.11.0
reverse mode automatic differentiation
Static Public Member Functions | List of all members
stan::math::inv_logit_fun Struct Reference

Structure to wrap inv_logit() so that it can be vectorized. More...

#include <inv_logit.hpp>

Static Public Member Functions

template<typename T >
static T fun (const T &x)
 

Detailed Description

Structure to wrap inv_logit() so that it can be vectorized.

Parameters
xVariable.
Template Parameters
TVariable type.
Returns
Inverse logit of x.

Definition at line 16 of file inv_logit.hpp.

Member Function Documentation

template<typename T >
static T stan::math::inv_logit_fun::fun ( const T &  x)
inlinestatic

Definition at line 18 of file inv_logit.hpp.


The documentation for this struct was generated from the following file:

     [ Stan Home Page ] © 2011–2016, Stan Development Team.