Sp.stats and PyMC3 logps different

Or you can disable the transform of p by using

p = pm.Uniform('p', lower=0, upper=1, transform=None)
1 Like