![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/mat/err/check_consistent_sizes_mvt.hpp>
#include <stan/math/prim/mat/fun/dot_self.hpp>
#include <stan/math/prim/mat/fun/log.hpp>
#include <stan/math/prim/mat/fun/mdivide_left_tri.hpp>
#include <stan/math/prim/mat/fun/transpose.hpp>
#include <stan/math/prim/scal/err/check_size_match.hpp>
#include <stan/math/prim/scal/err/check_finite.hpp>
#include <stan/math/prim/scal/err/check_not_nan.hpp>
#include <stan/math/prim/scal/fun/constants.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<bool propto, typename T_y , typename T_loc , typename T_covar > | |
return_type< T_y, T_loc, T_covar >::type | stan::math::multi_normal_cholesky_lpdf (const T_y &y, const T_loc &mu, const T_covar &L) |
The log of the multivariate normal density for the given y, mu, and a Cholesky factor L of the variance matrix. More... | |
template<typename T_y , typename T_loc , typename T_covar > | |
return_type< T_y, T_loc, T_covar >::type | stan::math::multi_normal_cholesky_lpdf (const T_y &y, const T_loc &mu, const T_covar &L) |