![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
#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.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
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... | |