Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
prim
scal
fun
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 <
stan/math/prim/meta.hpp
>
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
stan
Definition:
log_sum_exp.hpp:8
meta.hpp
stan::math::owens_t
fvar< T > owens_t(const fvar< T > &x1, const fvar< T > &x2)
Return Owen's T function applied to the specified arguments.
Definition:
owens_t.hpp:24
stan::math::owens_t
var owens_t(double h, const var &a)
The Owen's T function of h and a.
Definition:
owens_t.hpp:92
[
Stan Home Page
]
© 2011–2018, Stan Development Team.