bayespy.utils.random.gaussian_logpdf¶
- bayespy.utils.random.gaussian_logpdf(yVy, yVmu, muVmu, logdet_V, D)[source]¶
Log-density of a Gaussian distribution.
- Parameters
- yVyndarray or double
- yVmundarray or double
- muVmundarray or double
- logdet_Vndarray or double
Log-determinant of the precision matrix,
.
- Dint
Dimensionality of the distribution.