hopsy.Gaussian.log_density#
- Gaussian.log_density(self, x)#
Computes the probability density function of a multivariate Gaussian model in
dimensions atx
. Note that x still has to have dimension .- Parameters:
x (numpy.ndarray[n, 1]) – Input vector
- Returns:
The (unnormalized) density
- Return type:
float