pastas.objective_functions.GaussianLikelihood.compute ===================================================== .. py:method:: pastas.objective_functions.GaussianLikelihood.compute(rv, p) Compute the log-likelihood. :param rv: Residuals of the model. :type rv: array :param p: Parameters of the log-likelihood function. :type p: array or list :returns: **ln** -- Log-likelihood :rtype: float .. !! processed by numpydoc !!