![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/random/normal_distribution.hpp>#include <boost/random/variate_generator.hpp>#include <stan/agrad/rev.hpp>#include <stan/agrad/rev/matrix.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/matrix/trace_inv_quad_form_ldlt.hpp>#include <stan/math/matrix/log_determinant_ldlt.hpp>#include <stan/meta/traits.hpp>#include <stan/prob/constants.hpp>#include <stan/prob/traits.hpp>#include <stan/math/error_handling/matrix/check_ldlt_factor.hpp>#include <stan/math/error_handling/matrix/check_size_match.hpp>#include <stan/math/error_handling/check_finite.hpp>#include <stan/math/error_handling/matrix/check_symmetric.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_loc , typename T_covar > | |
| boost::math::tools::promote_args < typename scalar_type< T_y > ::type, typename scalar_type < T_loc >::type, T_covar > ::type | stan::prob::multi_normal_log (const T_y &y, const T_loc &mu, const Eigen::Matrix< T_covar, Eigen::Dynamic, Eigen::Dynamic > &Sigma) |
| template<typename T_y , typename T_loc , typename T_covar > | |
| boost::math::tools::promote_args < typename scalar_type< T_y > ::type, typename scalar_type < T_loc >::type, T_covar > ::type | stan::prob::multi_normal_log (const T_y &y, const T_loc &mu, const Eigen::Matrix< T_covar, Eigen::Dynamic, Eigen::Dynamic > &Sigma) |
| template<class RNG > | |
| Eigen::VectorXd | stan::prob::multi_normal_rng (const Eigen::Matrix< double, Eigen::Dynamic, 1 > &mu, const Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > &S, RNG &rng) |