Skip to content

GPyTorch prediction for fixed hyperparameter massively underestimates variances #2535

Answered by jacobrgardner
theorashid asked this question in Q&A
Discussion options

You must be logged in to vote

If 34 is the standard deviation, which I'm assuming from the GPJax variable name, you'll need to square it for sure. noise in gpytorch refers to the variance of the distribution.

It also looks like you need to be squaring the outputscale. ScaleKernel is outputscale * k(x, x').

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jacobrgardner
Comment options

Answer selected by theorashid
@theorashid
Comment options

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