0

I would like to have probability instead of frequency in the vertical axis of my traceplot in PyMC. How is it possible to set? The examples are in the photos. I realize it is easy to transform by dividing it by the number of samples, but is it possible to visualize it?

Example_1

Example_2

sentence
  • 8,213
  • 4
  • 31
  • 40
Akim Tsvigun
  • 91
  • 1
  • 8
  • 1
    Please, read [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example). Thanks. – sentence May 24 '19 at 10:38
  • Even though the axis says "Frequency" they look like correctly scaled density functions to my eye (e.g., about mean height 10 with width of 0.1, and mean height 0.05 with width of 20). Also, have you looked [the documentation](https://docs.pymc.io/api/plots.html#pymc3.plots.traceplot)? For trace plots there is a `transform` argument. – merv May 24 '19 at 16:31

0 Answers0