pints icon indicating copy to clipboard operation
pints copied to clipboard

Correct log-likelihood docstrings and make them consistent

Open k-shep opened this issue 1 year ago • 0 comments

The Gaussian log-likelihood description (https://pints.readthedocs.io/en/stable/log_likelihoods.html#pints.GaussianLogLikelihood) in the MultiOutputProblem case is incorrect. There should be i dependence in the final sum.

The log-likelihood descriptions are also inconsistent between different log-likelihoods. For instance, the MultiplicativeGaussianLogLikelihood (https://pints.readthedocs.io/en/stable/log_likelihoods.html#pints.MultiplicativeGaussianLogLikelihood) has the i, j in different orders compared to the Gaussian log-likelihood documentation.

k-shep avatar Dec 12 '23 13:12 k-shep