![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/random/uniform_real_distribution.hpp>#include <boost/random/variate_generator.hpp>#include <stan/agrad/partials_vari.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/constants.hpp>#include <stan/math/functions/value_of.hpp>#include <stan/meta/traits.hpp>#include <stan/prob/constants.hpp>#include <stan/prob/traits.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_low , typename T_high > | |
| return_type< T_y, T_low, T_high >::type | stan::prob::uniform_log (const T_y &y, const T_low &alpha, const T_high &beta) |
| The log of a uniform density for the given y, lower, and upper bound. More... | |
| template<typename T_y , typename T_low , typename T_high > | |
| return_type< T_y, T_low, T_high >::type | stan::prob::uniform_log (const T_y &y, const T_low &alpha, const T_high &beta) |
| template<typename T_y , typename T_low , typename T_high > | |
| return_type< T_y, T_low, T_high >::type | stan::prob::uniform_cdf (const T_y &y, const T_low &alpha, const T_high &beta) |
| template<typename T_y , typename T_low , typename T_high > | |
| return_type< T_y, T_low, T_high >::type | stan::prob::uniform_cdf_log (const T_y &y, const T_low &alpha, const T_high &beta) |
| template<typename T_y , typename T_low , typename T_high > | |
| return_type< T_y, T_low, T_high >::type | stan::prob::uniform_ccdf_log (const T_y &y, const T_low &alpha, const T_high &beta) |
| template<class RNG > | |
| double | stan::prob::uniform_rng (const double alpha, const double beta, RNG &rng) |