Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ owens_t() [8/8]

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 
)
inline

The Owen's T function of h and a.

Used to compute the cumulative density function for the skew normal distribution.

Template Parameters
VarA scalar or Eigen type whose scalar_type is an var.
ArithA scalar or Eigen type with an inner arithmetic scalar value.
Parameters
hdouble parameter.
avar parameter.
Returns
The Owen's T function.

Definition at line 100 of file owens_t.hpp.