![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/random/variate_generator.hpp>#include <stan/prob/distributions/univariate/continuous/uniform.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/math/functions/log1m.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_loc , typename T_scale , typename T_shape > | |
| return_type< T_y, T_loc, T_scale, T_shape >::type | stan::prob::pareto_type_2_log (const T_y &y, const T_loc &mu, const T_scale &lambda, const T_shape &alpha) |
| template<typename T_y , typename T_loc , typename T_scale , typename T_shape > | |
| return_type< T_y, T_loc, T_scale, T_shape >::type | stan::prob::pareto_type_2_log (const T_y &y, const T_loc &mu, const T_scale &lambda, const T_shape &alpha) |
| template<typename T_y , typename T_loc , typename T_scale , typename T_shape > | |
| return_type< T_y, T_loc, T_scale, T_shape >::type | stan::prob::pareto_type_2_cdf (const T_y &y, const T_loc &mu, const T_scale &lambda, const T_shape &alpha) |
| template<typename T_y , typename T_loc , typename T_scale , typename T_shape > | |
| return_type< T_y, T_loc, T_scale, T_shape >::type | stan::prob::pareto_type_2_cdf_log (const T_y &y, const T_loc &mu, const T_scale &lambda, const T_shape &alpha) |
| template<typename T_y , typename T_loc , typename T_scale , typename T_shape > | |
| return_type< T_y, T_loc, T_scale, T_shape >::type | stan::prob::pareto_type_2_ccdf_log (const T_y &y, const T_loc &mu, const T_scale &lambda, const T_shape &alpha) |
| template<class RNG > | |
| double | stan::prob::pareto_type_2_rng (const double mu, const double lambda, const double alpha, RNG &rng) |