MVN sampling of linear mean parameters #2451
Unanswered
stevenasheets
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set a MVN prior on the linear mean parameters, basically transferring the posterior distribution of a bayesian linear regression to the linear mean function of a GP.
Right now I'm following the code examples given in the Fully Bayesian GP example.
My code is:
This results in a runtime error:
I'm stumped trying to figure out how to bypass this error. If I switch to a NormalPrior on the linear mean weights it will work but I'd prefer to do the full covariance transfer if possible. Any ideas? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions