Let's make some simple examples showing how symbolic-pymc can be used to convert a manually constructed model—or components thereof—into its corresponding PyMC3 distribution class.
For example, we could show how a manually constructed AR or Gaussian random walk model can be converted into a pymc3.distributions.timeseries class.