Go to the source code of this file.
|
| namespace | stan |
| | The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
|
| |
| namespace | stan::math |
| | Matrices and templated mathematical functions.
|
| |
| namespace | stan::math::internal |
| | A comparator that works for any container type that has the brackets operator.
|
| |
|
| template<bool propto, typename T_n , typename T_shape , typename T_inv_scale , require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T_n, T_shape, T_inv_scale > * = nullptr> |
| return_type_t< T_shape, T_inv_scale > | stan::math::neg_binomial_lpmf (const T_n &n, const T_shape &alpha, const T_inv_scale &beta) |
| |
| template<typename T_n , typename T_shape , typename T_inv_scale > |
| return_type_t< T_shape, T_inv_scale > | stan::math::neg_binomial_lpmf (const T_n &n, const T_shape &alpha, const T_inv_scale &beta) |
| |