Now we can "see" the prior being used by printing the model. But it will be nice to have direct access to the dictionary of priors. This dictionary should be the one expected by priors argument in .Model(), or a string representing it. This will make it easier to modify priors and use functions like predictive_explorer from PreliZ
Now we can "see" the prior being used by printing the model. But it will be nice to have direct access to the dictionary of priors. This dictionary should be the one expected by
priors
argument in.Model()
, or a string representing it. This will make it easier to modify priors and use functions likepredictive_explorer
from PreliZ