1 #ifndef STAN_MATH_PRIM_MAT_PROB_ORDERED_PROBIT_LOG_HPP 2 #define STAN_MATH_PRIM_MAT_PROB_ORDERED_PROBIT_LOG_HPP 40 template <
bool propto,
typename T_y,
typename T_loc,
typename T_cut>
44 return ordered_probit_lpmf<propto>(y, lambda, c);
50 template <
typename T_y,
typename T_loc,
typename T_cut>
return_type< T_loc, T_cut >::type ordered_probit_lpmf(int y, const T_loc &lambda, const Eigen::Matrix< T_cut, Eigen::Dynamic, 1 > &c)
Returns the (natural) log probability of the specified integer outcome given the continuous location ...
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_probit_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 ...