![]() |
Stan
1.0
probability, sampling & optimization
|
#include <stan/agrad.hpp>#include <stan/prob/traits.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/special_functions.hpp>#include <stan/prob/constants.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::prob | |
| Templated probability distributions. | |
Functions | |
| template<bool propto, typename T_y , typename T_loc , typename T_scale , class Policy > | |
| return_type< T_y, T_loc, T_scale >::type | stan::prob::cauchy_log (const T_y &y, const T_loc &mu, const T_scale &sigma, const Policy &) |
| The log of the Cauchy density for the specified scalar(s) given the specified location parameter(s) and scale parameter(s). More... | |
| template<bool propto, typename T_y , typename T_loc , typename T_scale > | |
| return_type< T_y, T_loc, T_scale >::type | stan::prob::cauchy_log (const T_y &y, const T_loc &mu, const T_scale &sigma) |
| template<typename T_y , typename T_loc , typename T_scale , class Policy > | |
| return_type< T_y, T_loc, T_scale >::type | stan::prob::cauchy_log (const T_y &y, const T_loc &mu, const T_scale &sigma, const Policy &) |
| template<typename T_y , typename T_loc , typename T_scale > | |
| return_type< T_y, T_loc, T_scale >::type | stan::prob::cauchy_log (const T_y &y, const T_loc &mu, const T_scale &sigma) |
| template<typename T_y , typename T_loc , typename T_scale , class Policy > | |
| return_type< T_y, T_loc, T_scale >::type | stan::prob::cauchy_cdf (const T_y &y, const T_loc &mu, const T_scale &sigma, const Policy &) |
| Calculates the cauchy cumulative distribution function for the given variate, location, and scale. More... | |
| template<typename T_y , typename T_loc , typename T_scale > | |
| return_type< T_y, T_loc, T_scale >::type | stan::prob::cauchy_cdf (const T_y &y, const T_loc &mu, const T_scale &sigma) |