Stan Math Library  2.20.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 
5 #include <boost/math/special_functions/owens_t.hpp>
6 
7 namespace stan {
8 namespace math {
9 
57 inline double owens_t(double h, double a) { return boost::math::owens_t(h, a); }
58 } // namespace math
59 } // namespace stan
60 
61 #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:24
var owens_t(double h, const var &a)
The Owen&#39;s T function of h and a.
Definition: owens_t.hpp:92

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