-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slicer gives values outside of prior #180
Comments
I'm not sure what your factor potential is for (it also generates a syntax error), ans what Have you tried this in PyMC3? It also has a slice sampler, and we are encouraging users to move to it instead of continuing with PyMC2, unless there is an overriding reason not to. |
Thanks for your reply and sorry, I should have described this in the initial post. The I initially tried setting this up in PyMC3 but I had issues converting the theano objects into floats and integers to pass to |
Its possible, yes. If you do want to give PyMC3 another go, you can write non-Theano functions and add them to models using the |
I had a go at using
And the programme generates |
I am currently having a similar issue to issue #43. I am using Slicer sampling for parameters with Uniform and DiscreteUniform distributions:
I was wondering if I am potentially doing something wrong or if that's a real issue?
The text was updated successfully, but these errors were encountered: