bayespy.utils.random.gaussian_logpdf¶
- bayespy.utils.random.gaussian_logpdf(yVy, yVmu, muVmu, logdet_V, D)[source]¶
Log-density of a Gaussian distribution.
- Parameters:
yVy (ndarray or double) –
yVmu (ndarray or double) –
muVmu (ndarray or double) –
logdet_V (ndarray or double) – Log-determinant of the precision matrix, .
D (int) – Dimensionality of the distribution.