![]() |
Stan
1.0
probability, sampling & optimization
|
#include <stan/prob/constants.hpp>#include <stan/math/matrix_error_handling.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/special_functions.hpp>#include <stan/prob/traits.hpp>#include <stan/meta/traits.hpp>#include <stan/agrad/agrad.hpp>#include <stan/agrad/matrix.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::prob | |
| Templated probability distributions. | |
Functions | |
| template<bool propto, typename T_y , typename T_dof , typename T_scale , class Policy > | |
| boost::math::tools::promote_args< T_y, T_dof, T_scale >::type | stan::prob::inv_wishart_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &W, const T_dof &nu, const Eigen::Matrix< T_scale, Eigen::Dynamic, Eigen::Dynamic > &S, const Policy &) |
| The log of the Inverse-Wishart density for the given W, degrees of freedom, and scale matrix. More... | |
| template<bool propto, typename T_y , typename T_dof , typename T_scale > | |
| boost::math::tools::promote_args< T_y, T_dof, T_scale >::type | stan::prob::inv_wishart_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &W, const T_dof &nu, const Eigen::Matrix< T_scale, Eigen::Dynamic, Eigen::Dynamic > &S) |
| template<typename T_y , typename T_dof , typename T_scale , class Policy > | |
| boost::math::tools::promote_args< T_y, T_dof, T_scale >::type | stan::prob::inv_wishart_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &W, const T_dof &nu, const Eigen::Matrix< T_scale, Eigen::Dynamic, Eigen::Dynamic > &S, const Policy &) |
| template<typename T_y , typename T_dof , typename T_scale > | |
| boost::math::tools::promote_args< T_y, T_dof, T_scale >::type | stan::prob::inv_wishart_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &W, const T_dof &nu, const Eigen::Matrix< T_scale, Eigen::Dynamic, Eigen::Dynamic > &S) |