WardBrian / scikit-stan

A sklearn style interface to Stan regression models
https://scikit-stan.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
25 stars 0 forks source link

Feature: Ability to store log_lik vector #25

Closed WardBrian closed 2 years ago

WardBrian commented 2 years ago

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.