![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/math/distributions.hpp>#include <stan/prob/distributions/univariate/continuous/uniform.hpp>#include <stan/agrad/partials_vari.hpp>#include <stan/math.hpp>#include <stan/math/error_handling.hpp>#include <stan/meta/traits.hpp>#include <stan/prob/traits.hpp>#include <stan/prob/constants.hpp>#include <vector>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_n , typename T_N , typename T_a , typename T_b > | |
| double | stan::prob::hypergeometric_log (const T_n &n, const T_N &N, const T_a &a, const T_b &b) |
| template<typename T_n , typename T_N , typename T_a , typename T_b > | |
| double | stan::prob::hypergeometric_log (const T_n &n, const T_N &N, const T_a &a, const T_b &b) |
| template<class RNG > | |
| int | stan::prob::hypergeometric_rng (const int N, const int a, const int b, RNG &rng) |