pastas.objective_functions.GaussianLikelihoodAr1.compute# pastas.objective_functions.GaussianLikelihoodAr1.compute(rv, p)# Compute the log-likelihood. Parameters: rv (array) – Residuals of the model. p (array or list) – Parameters of the log-likelihood function. Returns: ln – Log-likelihood. Return type: float