How to pass Vector of priors? #6856
Replies: 2 comments
-
Its not exactly clear what you are trying to do. How does It would be helpful to have a runnable example. |
Beta Was this translation helpful? Give feedback.
0 replies
-
These type of questions should be directed to https://discourse.pymc.io/. These discussions are for dev-related topics. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How I can pass a vector of priors?
I try using shape of n_var using this code, but I guet this error:
""Cannot broadcast np.ndarray with operand of type <class 'pytensor.tensor.var.TensorVariable'>" "
with pm.Model() as model:
Beta Was this translation helpful? Give feedback.
All reactions