![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/agrad/rev.hpp>#include <stan/agrad/rev/matrix.hpp>#include <stan/math/error_handling/matrix/check_ldlt_factor.hpp>#include <stan/math/error_handling/check_greater.hpp>#include <stan/math/error_handling/matrix/check_size_match.hpp>#include <stan/math/matrix/meta/index_type.hpp>#include <stan/math/matrix/log_determinant_ldlt.hpp>#include <stan/math/matrix/mdivide_left_ldlt.hpp>#include <stan/meta/traits.hpp>#include <stan/prob/constants.hpp>#include <stan/prob/traits.hpp>#include <stan/prob/distributions/multivariate/continuous/wishart.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 > | |
| 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) |
| The log of the Inverse-Wishart density for the given W, degrees of freedom, and scale matrix. More... | |
| 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) |
| template<class RNG > | |
| Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > | stan::prob::inv_wishart_rng (const double nu, const Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > &S, RNG &rng) |