Stan  1.0
probability, sampling & optimization
Namespaces | Functions
exponential.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/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_inv_scale , class Policy >
return_type< T_y, T_inv_scale >::type stan::prob::exponential_log (const T_y &y, const T_inv_scale &beta, const Policy &)
 The log of an exponential density for y with the specified inverse scale parameter. More...
 
template<bool propto, typename T_y , typename T_inv_scale >
return_type< T_y, T_inv_scale >::type stan::prob::exponential_log (const T_y &y, const T_inv_scale &beta)
 
template<typename T_y , typename T_inv_scale , class Policy >
return_type< T_y, T_inv_scale >::type stan::prob::exponential_log (const T_y &y, const T_inv_scale &beta, const Policy &)
 
template<typename T_y , typename T_inv_scale >
return_type< T_y, T_inv_scale >::type stan::prob::exponential_log (const T_y &y, const T_inv_scale &beta)
 
template<typename T_y , typename T_inv_scale , class Policy >
boost::math::tools::promote_args< T_y, T_inv_scale >::type stan::prob::exponential_cdf (const T_y &y, const T_inv_scale &beta, const Policy &)
 Calculates the exponential cumulative distribution function for the given y and beta. More...
 
template<typename T_y , typename T_inv_scale >
boost::math::tools::promote_args< T_y, T_inv_scale >::type stan::prob::exponential_cdf (const T_y &y, const T_inv_scale &beta)
 

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