pastas.objective_functions.GaussianLikelihoodAr1.compute#

GaussianLikelihoodAr1.compute(rv, p)[source]#

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