1 #ifndef STAN_MATH_PRIM_SCAL_PROB_EXPONENTIAL_LOG_HPP 2 #define STAN_MATH_PRIM_SCAL_PROB_EXPONENTIAL_LOG_HPP 38 template <
bool propto,
typename T_y,
typename T_inv_scale>
41 return exponential_lpdf<propto, T_y, T_inv_scale>(y, beta);
47 template <
typename T_y,
typename T_inv_scale>
51 return exponential_lpdf<T_y, T_inv_scale>(y, beta);
boost::math::tools::promote_args< typename scalar_type< T1 >::type, typename scalar_type< T2 >::type, typename scalar_type< T3 >::type, typename scalar_type< T4 >::type, typename scalar_type< T5 >::type, typename scalar_type< T6 >::type >::type type
return_type< T_y, T_inv_scale >::type exponential_log(const T_y &y, const T_inv_scale &beta)
The log of an exponential density for y with the specified inverse scale parameter.