hopsy.Model.log_density#
- Model.log_density(self, x)#
This method is required for any custom model and should be implemented for any custom models.
:param : :type : param x: Input vector :param : :type : type x: numpy.ndarray[float64[n,1]]
- Returns:
return: The value of
model.log_density(x)
rtype: float