Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
bessel_first_kind.hpp File Reference
#include <boost/math/special_functions/bessel.hpp>
#include <stan/math/error_handling/check_not_nan.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

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

\[ \mbox{bessel\_first\_kind}(v,x) = \begin{cases} J_v(x) & \mbox{if } -\infty\leq x \leq \infty \\[6pt] \textrm{error} & \mbox{if } x = \textrm{NaN} \end{cases} \]

More...
 

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