![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/random/binomial_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/inv_logit.hpp>#include <stan/math/functions/log1m.hpp>#include <stan/math/functions/log_inv_logit.hpp>#include <stan/math/functions/multiply_log.hpp>#include <stan/math/functions/value_of.hpp>#include <stan/meta/traits.hpp>#include <stan/prob/traits.hpp>#include <stan/prob/constants.hpp>#include <stan/math/functions/binomial_coefficient_log.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_n , typename T_N , typename T_prob > | |
| return_type< T_prob >::type | stan::prob::binomial_log (const T_n &n, const T_N &N, const T_prob &theta) |
| template<typename T_n , typename T_N , typename T_prob > | |
| return_type< T_prob >::type | stan::prob::binomial_log (const T_n &n, const T_N &N, const T_prob &theta) |
| template<bool propto, typename T_n , typename T_N , typename T_prob > | |
| return_type< T_prob >::type | stan::prob::binomial_logit_log (const T_n &n, const T_N &N, const T_prob &alpha) |
| template<typename T_n , typename T_N , typename T_prob > | |
| return_type< T_prob >::type | stan::prob::binomial_logit_log (const T_n &n, const T_N &N, const T_prob &alpha) |
| template<typename T_n , typename T_N , typename T_prob > | |
| return_type< T_prob >::type | stan::prob::binomial_cdf (const T_n &n, const T_N &N, const T_prob &theta) |
| template<typename T_n , typename T_N , typename T_prob > | |
| return_type< T_prob >::type | stan::prob::binomial_cdf_log (const T_n &n, const T_N &N, const T_prob &theta) |
| template<typename T_n , typename T_N , typename T_prob > | |
| return_type< T_prob >::type | stan::prob::binomial_ccdf_log (const T_n &n, const T_N &N, const T_prob &theta) |
| template<class RNG > | |
| int | stan::prob::binomial_rng (const int N, const double theta, RNG &rng) |