![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/random/normal_distribution.hpp>#include <boost/random/variate_generator.hpp>#include <boost/utility/enable_if.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/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_loc , typename T_scale > | |
| boost::enable_if_c < contains_fvar< T_y, T_loc, T_scale >::value, typename return_type< T_y, T_loc, T_scale >::type >::type | stan::prob::normal_log (const T_y &y, const T_loc &mu, const T_scale &sigma) |