1 #ifndef STAN_MATH_PRIM_SCAL_PROB_STD_NORMAL_LOG_HPP 2 #define STAN_MATH_PRIM_SCAL_PROB_STD_NORMAL_LOG_HPP 24 template <
bool propto,
typename T_y>
26 return std_normal_lpdf<propto, T_y>(y);
32 template <
typename T_y>
34 return std_normal_lpdf<T_y>(y);
boost::math::tools::promote_args< double, typename scalar_type< T >::type, typename return_type< Types_pack... >::type >::type type
return_type< T_y >::type std_normal_log(const T_y &y)
The log of a standard normal density for the specified scalar(s).