Sampling from posterior using AutoGuide in numpyro

I would like to sample from q after model fitting, but it looks using the existing sample_posterior method, the resulting sample is already transformed. Is there an inverse transform method that I can call?

Hi @jacobcvt12, I guess you want to use get_posterior method, which can be used to draw an arbitrary number of samples in unconstrained space. Let me know if it is not what you want. :slight_smile: