Generating samples using mcmc method from PyMc

Hey thanks @jessegrabowski for a detailed response…

  1. Actually, after posting the question even I found out about pymc-experimental, discrete-markov chain.I will check on this pymc-experimetal first. It seems that its a separate package apart from pymc.

  2. Yes , you are correct, Currently I am not estimating, actually I want to generate samples using mcmc.

  3. Yes, I have a fixed transition matrix now . I am trying to understand to generate samples using mcmc using this fixed transition matrix.

  4. Does pymc has any samplers which I can use with this transition matrix.