![]() |
Stan
1.0
probability, sampling & optimization
|
#include <stan/prob/traits.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/special_functions.hpp>#include <stan/math/matrix_error_handling.hpp>#include <stan/prob/constants.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::prob | |
| Templated probability distributions. | |
Functions | |
| template<typename T > | |
| T | stan::prob::log_inv_logit_diff (const T &alpha, const T &beta) |
| template<bool propto, typename T_lambda , typename T_cut , class Policy > | |
| boost::math::tools::promote_args< T_lambda, T_cut >::type | stan::prob::ordered_logistic_log (int y, const T_lambda &lambda, const Eigen::Matrix< T_cut, Eigen::Dynamic, 1 > &c, const Policy &) |
| Returns the (natural) log probability of the specified integer outcome given the continuous location and specified cutpoints in an ordered logistic model. More... | |
| template<bool propto, typename T_lambda , typename T_cut > | |
| boost::math::tools::promote_args< T_lambda, T_cut >::type | stan::prob::ordered_logistic_log (int y, const T_lambda &lambda, const Eigen::Matrix< T_cut, Eigen::Dynamic, 1 > &c) |
| template<typename T_lambda , typename T_cut , class Policy > | |
| boost::math::tools::promote_args< T_lambda, T_cut >::type | stan::prob::ordered_logistic_log (int y, const T_lambda &lambda, const Eigen::Matrix< T_cut, Eigen::Dynamic, 1 > &c, const Policy &) |
| template<typename T_lambda , typename T_cut > | |
| boost::math::tools::promote_args< T_lambda, T_cut >::type | stan::prob::ordered_logistic_log (int y, const T_lambda &lambda, const Eigen::Matrix< T_cut, Eigen::Dynamic, 1 > &c) |