arviz-devs / arviz

Exploratory analysis of Bayesian models with Python
https://python.arviz.org
Apache License 2.0
1.59k stars 393 forks source link

Remember which variables are deterministic #420

Open aseyboldt opened 5 years ago

aseyboldt commented 5 years ago

When we import a trace from pymc3 it would be great to remember if variables are deterministic, transformed or free. We could store that in an attribute in xarray.

OriolAbril commented 4 years ago

Is this still an issue @aseyboldt ?