easystats / performance

:muscle: Models' quality and performance metrics (R2, ICC, LOO, AIC, BF, ...)
https://easystats.github.io/performance/
GNU General Public License v3.0
971 stars 87 forks source link

LOO-based indices for Stan models #355

Open bwiernik opened 2 years ago

bwiernik commented 2 years ago

LOO is a common method for evaluating both model fit (LOO-IC analogous to AIC or WAIC) and influential points (pointwise LOO-IC and pareto k LOO-IC evaluation). Methods for both are provided by the loo package. It would be nice to provide wrappers for the loo functions following our API.

bwiernik commented 2 years ago

See also: