Skip to content

MultiTaskGP observation_noise question #2079

Answered by Balandat
matthewcarbone asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for the delayed response here.

How should one interpret the difference in the outputs here? (observation_noise true vs. false)

The difference is that if observation_noise=False this produces the posterior over the latent function values f (what we're trying to estimate), and if observation_noise=True this produces the posterior predictive over the observations Y (which under the modeling assumption are f + eps with eps iid normal draws.

Does the fact that observation_noise is unchangeably False for the MultiTaskGP make any difference in practical experimentation?

It shouldn't really, at least for most intents and purposes. Where this difference becomes meaningful is in settings …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Balandat
Comment options

Balandat Nov 1, 2023
Collaborator

@matthewcarbone
Comment options

@Balandat
Comment options

Balandat Nov 2, 2023
Collaborator

Answer selected by matthewcarbone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants