-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Shape issues in pm.MvNormal #3706
Comments
Related to #2848.
|
Ah, sorry @Dpananos, maybe in your example you meant to write |
@lucianopaz Oops, let me correct that |
@lucianopaz Making the appropriate change now gives a different traceback. |
@lucianopaz yep, already made the edit. That is the new traceback |
Also, if you do sample_prior_preditive(k) it samples but silently fail with output shape of 'y' being (k, k) |
Referencing this ticket here #2848 |
I'm having this same issue for my PyMCon talk -- sampling from the MvNormal prior predictive but it silently drops the first dimension (the |
@AlexAndorra, I haven't really thought how long it would take to solve the |
Thanks for the quick and detailed answer @lucianopaz ! I'd be interested in working on this too, but I don't have the bandwidth either currently 😩 That would definitely be a very welcome contribution, so I'll mark this issue as "help wanted". |
Closed by #4207. |
See here for more.
When attempting to simulate an Nxp random matrix in which the rows are draws from a multivariate normal, a shape issue pops up. The example below should
a) Generate a 10 x 2 array X
b) generate a 2 dimensional array, beta
c) Compute their matrix product to yield a 10 dimensional array y
Please provide the full traceback.
Please provide any additional information below.
Versions and main components
The text was updated successfully, but these errors were encountered: