Alexander Fengler

Results 3 issues of Alexander Fengler

I became interested in pymc2's truncated pareto distribution for some random (no pun intended) reason. In the context of checking for its implementation here, I found that the doc string...

It is often useful / sufficient for posterior predictives (examples for purposes of plotting) to be based on less than all samples from a given call to `.fit()`. It seems...

feature request
good first issue

### Before ```python with model: pm.sample(step=pm.Slice()) ``` ### After ```python with model: pm.sample(step=pm.Slice(full_diagnostics = True) ``` ### Context for the issue: Currently the [`pm.Slice()`](https://www.pymc.io/projects/docs/en/stable/_modules/pymc/step_methods/slicer.html#Slice) step method doesn't seem to include...

feature request
samplers