pastas.objective_functions.GaussianLikelihood.compute# pastas.objective_functions.GaussianLikelihood.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