-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
pymc/pymc/distributions/multivariate.py
Line 2128 in dc7cfee
quad = pt.batched_dot(sqrt_quad.T, sqrt_quad.T) |
I'm not sure if this is supposed to be a matmul or vecdot. I think the later. If someone is familiar with the distribution please weigh in.
CC @bwengals or perhaps @jessegrabowski (in case we can simplify this with PyTensor magic)