![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <math.h>#include <stan/agrad/fwd/fvar.hpp>#include <stan/meta/traits.hpp>#include <stan/math/constants.hpp>#include <stan/math/functions/owens_t.hpp>#include <stan/math/functions/square.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::agrad | |
| Function gradients via reverse-mode automatic differentiation. | |
Functions | |
| template<typename T > | |
| fvar< T > | stan::agrad::owens_t (const fvar< T > &x1, const fvar< T > &x2) |
| template<typename T > | |
| fvar< T > | stan::agrad::owens_t (const double x1, const fvar< T > &x2) |
| template<typename T > | |
| fvar< T > | stan::agrad::owens_t (const fvar< T > &x1, const double x2) |