Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ owens_t() [1/8]

template<typename T >
fvar< T > stan::math::owens_t ( const fvar< T > &  x1,
const fvar< T > &  x2 
)
inline

Return Owen's T function applied to the specified arguments.

Template Parameters
Tinner type of the fvar
Parameters
x1First argument.
x2Second argument.
Returns
Owen's T function applied to the specified arguments.

Definition at line 26 of file owens_t.hpp.