Stan Math Library  2.11.0
reverse mode automatic differentiation
Namespaces | Functions
modified_bessel_second_kind.hpp File Reference
#include <boost/math/special_functions/bessel.hpp>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T2 >
T2 stan::math::modified_bessel_second_kind (const int v, const T2 z)
 

\[ \mbox{modified\_bessel\_second\_kind}(v, z) = \begin{cases} \textrm{error} & \mbox{if } z \leq 0 \\ K_v(z) & \mbox{if } z > 0 \\[6pt] \textrm{NaN} & \mbox{if } z = \textrm{NaN} \end{cases} \]

More...
 

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