Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
owens_t.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/scal/fun/constants.hpp>
#include <stan/math/prim/scal/fun/erf.hpp>
#include <stan/math/prim/scal/fun/owens_t.hpp>
#include <stan/math/prim/scal/fun/square.hpp>
#include <cmath>

Go to the source code of this file.

Classes

class  stan::math::internal::owens_t_vv_vari
 
class  stan::math::internal::owens_t_vd_vari
 
class  stan::math::internal::owens_t_dv_vari
 

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 
 stan::math::internal
 

Functions

var stan::math::owens_t (const var &h, const var &a)
 The Owen's T function of h and a. More...
 
var stan::math::owens_t (const var &h, double a)
 The Owen's T function of h and a. More...
 
var stan::math::owens_t (double h, const var &a)
 The Owen's T function of h and a. More...
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.