You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to draw a sample from my MFK GP posterior - that is a multivariate Gaussian based on the the posterior mean and covariance. I don't see a method to generate a sample in the code (just want to check if I am missing it). Otherwise, is there a way to output the full posterior covariance matrix, rather than just the variance, so that I can generate my own samples?
Thanks so much for the help!
The text was updated successfully, but these errors were encountered:
You're right, currently there is no API for sampling MFK GPs or accessing covariance matrices directly.
If you want to implement such methods take a look at krg_sampling.py where sampling for kriging is implemented.
You could mix and match the code with the one of MFK to get what you want... And then feel free to contribute with a PR 😉
Hi,
I'd like to be able to draw a sample from my MFK GP posterior - that is a multivariate Gaussian based on the the posterior mean and covariance. I don't see a method to generate a sample in the code (just want to check if I am missing it). Otherwise, is there a way to output the full posterior covariance matrix, rather than just the variance, so that I can generate my own samples?
Thanks so much for the help!
The text was updated successfully, but these errors were encountered: