You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: