Skip to content

How to fix likelihood hyperparameter (observation noise variance) #511

Closed Answered by thomaspinder
chaozg asked this question in Q&A
Discussion options

You must be logged in to vote

Hey! Yes, you can do it by the following

import gpjax as gpx
from gpjax.parameters import Static

sigma_true = 0.2
likelihood = gpx.likelihoods.Gaussian(num_datapoints=n, obs_stddev=Static(sigma_true))

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by chaozg
Comment options

You must be logged in to vote
0 replies
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