hopsy.Model.compute_negative_log_likelihood#

Model.compute_negative_log_likelihood(self, x)#
deprecated:: 1.4

Use log_density() instead.

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.compute_negative_log_likelihod(x)

  • rtype: float