![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>#include <stan/math/prim/functor/apply_scalar_binary.hpp>#include <boost/math/special_functions/owens_t.hpp>Go to the source code of this file.
Namespaces | |
| namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
| namespace | stan::math |
| Matrices and templated mathematical functions. | |
Functions | |
| double | stan::math::owens_t (double h, double a) |
| Return the result of applying Owen's T function to the specified arguments. | |
| template<typename T1 , typename T2 , require_any_container_t< T1, T2 > * = nullptr, require_all_not_var_and_matrix_types< T1, T2 > * = nullptr> | |
| auto | stan::math::owens_t (T1 &&a, T2 &&b) |
| Enables the vectorized application of the owens_t function, when the first and/or second arguments are containers. | |