Maybe I am misunderstanding documentation and examples like https://github.com/pymc-devs/pymc3/blob/master/docs/source/notebooks/AR.ipynb
As I understand, the code you generated will let me estimate T and lnSigmaRecruit. From those estimates, I can also estimate Ro, Omega and tauRecruit.
I also need to generate LogRecruit (from my pymc2 code). LogRecruit represents one process. I have another array of nodes representing another process. Then I multiply the two arrays together to represent the combined processes - and then this product is compared against data.
Does pm.AR generate an array of LogRecruit-nodes?
I hope that bit of explanation helps. Let me know if I am misunderstanding pm.AR
Thanks for looking at this,
Wayne