-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add a Multivariate Normal distribution and expand the GP regression example. #1332
base: main
Are you sure you want to change the base?
Add a Multivariate Normal distribution and expand the GP regression example. #1332
Conversation
kernelregression example.
I can't reproduce the compiler bug. All three of the examples you have in
Perhaps you need a As for the type error from trying to write a triangular literal directly, that was broken intentionally by PR #1207, because the machinery to support the feature was too heavy. The recommended idiom now is to just use
|
Thanks -- I ran
|
Looks like a legit bug, which I minimized and refiled as #1333, but I don't know how to fix it. |
Could someone please help me define the lower-triangular
chol_cov
instats-tests
? Everything I've tried throws either a type error or a compiler bug (let me know if you want me to file an issue for the latter). Thanks!