Closes #23. This adds the ability to store log_lik for use with things like arviz.loo. It is currently tested against scipy's implementation of the logpmf/logpdf for poisson and gaussian families.
Testing for the other families will be expanded as they get more tested in general, currently they're fairly sketchy.
Closes #23. This adds the ability to store log_lik for use with things like arviz.loo. It is currently tested against
scipy
's implementation of the logpmf/logpdf for poisson and gaussian families.Testing for the other families will be expanded as they get more tested in general, currently they're fairly sketchy.