You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Numpyro conversion guide in the style of the emcee guide.
This conversion guide would highlight a set of tasks of increasing difficulty for converting data from Numpyro to ArviZ, and include labelling event dimensions (see #2441).
This guide should also cover at least the following:
Passing in a prior predictive
passing coords
inferring batch dims + event dims
passing in posterior predictive
passing in constant data
(bonus) passing in prediction constant data and predicting an out of sample group
Thoughts on implementation
The eight schools example here can be extended to cover this.
For inferring event dims, the eight schools example could be reframed as theta = mu + theta_offset where theta_offset ~ ZeroSumNormal(tau) and theta is deterministic.
The text was updated successfully, but these errors were encountered:
Tell us about it
Related to issue #1489.
Create a Numpyro conversion guide in the style of the emcee guide.
This conversion guide would highlight a set of tasks of increasing difficulty for converting data from Numpyro to ArviZ, and include labelling event dimensions (see #2441).
This guide should also cover at least the following:
Thoughts on implementation
The eight schools example here can be extended to cover this.
For inferring event dims, the eight schools example could be reframed as
theta = mu + theta_offset
wheretheta_offset ~ ZeroSumNormal(tau)
and theta is deterministic.The text was updated successfully, but these errors were encountered: