pastas.objective_functions.GaussianLikelihoodAr1.compute ======================================================== .. py:method:: pastas.objective_functions.GaussianLikelihoodAr1.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 !!