Stan Math Library  2.11.0
reverse mode automatic differentiation
Namespaces | Functions
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::bessel_second_kind (const int v, const T2 z)
 

\[ \mbox{bessel\_second\_kind}(v, x) = \begin{cases} \textrm{error} & \mbox{if } x \leq 0 \\ Y_v(x) & \mbox{if } x > 0 \\[6pt] \textrm{NaN} & \mbox{if } x = \textrm{NaN} \end{cases} \]

More...
 

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