Automatic Differentiation
 
Loading...
Searching...
No Matches
owens_t.hpp File Reference

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

template<typename Var1 , typename Var2 , require_all_st_var< Var1, Var2 > * = nullptr, require_all_not_std_vector_t< Var1, Var2 > * = nullptr>
auto stan::math::owens_t (const Var1 &h, const Var2 &a)
 The Owen's T function of h and a.
 
template<typename Var , typename Arith , require_st_arithmetic< Arith > * = nullptr, require_all_not_std_vector_t< Var, Arith > * = nullptr, require_st_var< Var > * = nullptr>
auto stan::math::owens_t (const Var &h, const Arith &a)
 The Owen's T function of h and a.
 
template<typename Arith , typename Var , require_st_arithmetic< Arith > * = nullptr, require_all_not_std_vector_t< Var, Arith > * = nullptr, require_st_var< Var > * = nullptr>
auto stan::math::owens_t (const Arith &h, const Var &a)
 The Owen's T function of h and a.