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

◆ owens_t() [6/8]

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

The Owen's T function of h and a.

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

Template Parameters
Var1A scalar or Eigen type whose scalar_type is an var.
Var2A scalar or Eigen type whose scalar_type is an var.
Parameters
hvar parameter.
avar parameter.
Returns
The Owen's T function.

Definition at line 31 of file owens_t.hpp.