Evaluate logposterior at sample points

There is an internal function for evaluating logp:
https://github.com/pymc-devs/pymc3/blob/master/pymc3/stats.py#L129

Regarding slowness of logp evaluation, there is a discussion here (with the solution and explanation):

1 Like