Category "pymc3"

Deterministic variable in posterior predictive samples

When generating posterior predictive samples using pm.sample_posterior_predictive the result only shows the observed variable. How can I access deterministic va

Problem in running PYMC3 - I cannot do sampling and get the trace results

I am a new learner in PYMC3 and I installed the package recently and i tried to run a sample example from the pcmc3 avilbale examples which is this one: Binomia

How to Simulate a Biased 6-sided Dice using Pymc3?

How do I simulate a 6-side Dice roll using Pymc3? Also, what is I know that different sides of the dice have different distributions?