Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
std_normal_lpdf.hpp File Reference
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/err/check_not_nan.hpp>
#include <stan/math/prim/scal/fun/size_zero.hpp>
#include <stan/math/prim/scal/fun/constants.hpp>
#include <stan/math/prim/scal/fun/value_of.hpp>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<bool propto, typename T_y >
return_type< T_y >::type stan::math::std_normal_lpdf (const T_y &y)
 The log of the normal density for the specified scalar(s) given a location of 0 and a scale of 1. More...
 
template<typename T_y >
return_type< T_y >::type stan::math::std_normal_lpdf (const T_y &y)
 

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