Stan  1.0
probability, sampling & optimization
Namespaces | Functions
trunc_normal.hpp File Reference
#include <stan/prob/constants.hpp>
#include <stan/math/error_handling.hpp>
#include <stan/prob/traits.hpp>
#include <stan/prob/distributions/univariate/continuous/normal.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_alpha , typename T_beta , class Policy >
boost::math::tools::promote_args< T_y, T_loc, T_scale, T_alpha, T_beta >::type stan::prob::trunc_normal_log (const T_y &y, const T_loc &mu, const T_scale &sigma, const T_alpha &alpha, const T_beta &beta, const Policy &)
 The log of the truncated normal density for the given y, mean, and standard deviation. More...
 
template<bool propto, typename T_y , typename T_loc , typename T_scale , typename T_alpha , typename T_beta >
boost::math::tools::promote_args< T_y, T_loc, T_scale, T_alpha, T_beta >::type stan::prob::trunc_normal_log (const T_y &y, const T_loc &mu, const T_scale &sigma, const T_alpha &alpha, const T_beta &beta)
 
template<typename T_y , typename T_loc , typename T_scale , typename T_alpha , typename T_beta , class Policy >
boost::math::tools::promote_args< T_y, T_loc, T_scale, T_alpha, T_beta >::type stan::prob::trunc_normal_log (const T_y &y, const T_loc &mu, const T_scale &sigma, const T_alpha &alpha, const T_beta &beta, const Policy &)
 
template<typename T_y , typename T_loc , typename T_scale , typename T_alpha , typename T_beta >
boost::math::tools::promote_args< T_y, T_loc, T_scale, T_alpha, T_beta >::type stan::prob::trunc_normal_log (const T_y &y, const T_loc &mu, const T_scale &sigma, const T_alpha &alpha, const T_beta &beta)
 

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