Stan  1.0
probability, sampling & optimization
Namespaces | Functions
bernoulli.hpp File Reference
#include <stan/agrad.hpp>
#include <stan/math/error_handling.hpp>
#include <stan/math/special_functions.hpp>
#include <stan/meta/traits.hpp>
#include <stan/prob/traits.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_n , typename T_prob , class Policy >
return_type< T_prob >::type stan::prob::bernoulli_log (const T_n &n, const T_prob &theta, const Policy &)
 
template<bool propto, typename T_y , typename T_prob >
return_type< T_prob >::type stan::prob::bernoulli_log (const T_y &n, const T_prob &theta)
 
template<typename T_y , typename T_prob , class Policy >
return_type< T_prob >::type stan::prob::bernoulli_log (const T_y &n, const T_prob &theta, const Policy &)
 
template<typename T_y , typename T_prob >
return_type< T_prob >::type stan::prob::bernoulli_log (const T_y &n, const T_prob &theta)
 
template<bool propto, typename T_n , typename T_prob , class Policy >
return_type< T_prob >::type stan::prob::bernoulli_logit_log (const T_n &n, const T_prob &theta, const Policy &)
 
template<bool propto, typename T_n , typename T_prob >
return_type< T_prob >::type stan::prob::bernoulli_logit_log (const T_n &n, const T_prob &theta)
 
template<typename T_n , typename T_prob , class Policy >
return_type< T_prob >::type stan::prob::bernoulli_logit_log (const T_n &n, const T_prob &theta, const Policy &)
 
template<typename T_n , typename T_prob >
return_type< T_prob >::type stan::prob::bernoulli_logit_log (const T_n &n, const T_prob &theta)
 

     [ Stan Home Page ] © 2011–2012, Stan Development Team.