![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/math/matrix_error_handling.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/error_handling/dom_err.hpp>#include <stan/prob/constants.hpp>#include <stan/prob/traits.hpp>#include <stan/agrad/rev.hpp>#include <stan/meta/traits.hpp>#include <stan/agrad/rev/matrix.hpp>#include <stan/math/matrix/log.hpp>#include <stan/math/matrix/multiply.hpp>#include <stan/math/matrix/sum.hpp>#include <stan/math/matrix/log_determinant_ldlt.hpp>#include <stan/math/matrix/trace_gen_inv_quad_form_ldlt.hpp>#include <stan/math/error_handling/matrix/check_ldlt_factor.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_covar , typename T_w > | |
| boost::math::tools::promote_args < T_y, T_covar, T_w >::type | stan::prob::multi_gp_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y, const Eigen::Matrix< T_covar, Eigen::Dynamic, Eigen::Dynamic > &Sigma, const Eigen::Matrix< T_w, Eigen::Dynamic, 1 > &w) |
| The log of a multivariate Gaussian Process for the given y, Sigma, and w. More... | |
| template<typename T_y , typename T_covar , typename T_w > | |
| boost::math::tools::promote_args < T_y, T_covar, T_w >::type | stan::prob::multi_gp_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y, const Eigen::Matrix< T_covar, Eigen::Dynamic, Eigen::Dynamic > &Sigma, const Eigen::Matrix< T_w, Eigen::Dynamic, 1 > &w) |