1 #ifndef STAN_MATH_PRIM_MAT_PROB_ORDERED_LOGISTIC_LOG_HPP 2 #define STAN_MATH_PRIM_MAT_PROB_ORDERED_LOGISTIC_LOG_HPP 40 template <
bool propto,
typename T_y,
typename T_loc,
typename T_cut>
42 const T_y& y,
const T_loc& lambda,
const T_cut& c) {
43 return ordered_logistic_lpmf<propto>(y, lambda, c);
49 template <
typename T_y,
typename T_loc,
typename T_cut>
51 const T_y& y,
const T_loc& lambda,
const T_cut& c) {
return_type< T_loc, T_cut >::type ordered_logistic_lpmf(const T_y &y, const T_loc &lambda, const T_cut &c)
Returns the (natural) log probability of the specified array of integers given the vector of continuo...
boost::math::tools::promote_args< double, typename scalar_type< T >::type, typename return_type< Types_pack... >::type >::type type
return_type< T_loc, T_cut >::type ordered_logistic_log(const T_y &y, const T_loc &lambda, const T_cut &c)
Returns the (natural) log probability of the integer/s given the vector of continuous location/s and ...