I have run a stochastic process (Markov chain Monte Carlo) with pymc3, and got my stochastic variables in return, but they are all within an only variable of type "InferenceData". With the pymc3.stats.summary call, I've been able to see the mean values of those stochastic variables, so I know the process was succesfull, but I don't know how to write a code to copy those mean values to an array or something.
I am looking for answers in the arviz forums, but with no success until now.
Do someone know how to do this?
Thanks in advance!