Well, it looks like this was a simple mistake in my priors…
sigma = pm.Normal(...)
obviously should have been:
sigma = pm.HalfNormal(...)
Thanks for the help though!
Well, it looks like this was a simple mistake in my priors…
sigma = pm.Normal(...)
obviously should have been:
sigma = pm.HalfNormal(...)
Thanks for the help though!