Hi there,
I would like to compute the WAIC information criterion for a fitted Bayesian model.
However, in doing so one has to evaluate the computed log pointwise predictive density, as defined in Eq.(3) in:
https://arxiv.org/pdf/1507.04544.pdf
Specifically I don't know how to compute the term:
which should be the likelihood with the sampled parameter values from the posterior.
How do I compute that with the returned chains from a NUTS() sampling?
Thanks for your help!!!