Stan Math Library  2.15.0
reverse mode automatic differentiation
owens_t.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_SCAL_FUN_OWENS_T_HPP
2 #define STAN_MATH_PRIM_SCAL_FUN_OWENS_T_HPP
3 
4 #include <boost/math/special_functions/owens_t.hpp>
5 
6 namespace stan {
7  namespace math {
8 
58  inline
59  double owens_t(double h, double a) {
60  return boost::math::owens_t(h, a);
61  }
62  }
63 }
64 
65 #endif
fvar< T > owens_t(const fvar< T > &x1, const fvar< T > &x2)
Return Owen&#39;s T function applied to the specified arguments.
Definition: owens_t.hpp:23
var owens_t(double h, const var &a)
The Owen&#39;s T function of h and a.
Definition: owens_t.hpp:94

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