Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformulation variational lower bound in gpLogLikelihood.m #2

Closed
SimonEbner opened this issue Apr 21, 2015 · 2 comments
Closed

Reformulation variational lower bound in gpLogLikelihood.m #2

SimonEbner opened this issue Apr 21, 2015 · 2 comments

Comments

@SimonEbner
Copy link

Dear all,

first of all, thank you very much for providing your code as open source. It's very impressive and educational. I have a quick question concerning the calculation of the first part of the variational lower bound in gpLogLikelihood.m:54:

  ll =  -0.5*(model.d*(-(model.N-model.k)*log(model.beta) ...
                       - model.logDetK_uu +model.logdetA) ...
              - (sum(sum(model.Ainv.*EET)) ...
                 -sum(sum(model.m.*model.m)))*model.beta)   ;

As far as I understand it, this is a reformulation of

 F = log[ N( y| 0, sigma^2 * I + Q_nn )] with Q_nn = K_nm / K_mm K_mn

Do you happen to have a article / paper for me which helps me understanding the mathmatical reformulation that are going on here?

Thank you very much in advance.
Best,
Simon

@adamian
Copy link
Member

adamian commented Apr 27, 2015

@SimonEbner
Copy link
Author

Hi Andreas,

thank you very much, I hadn't looked at the second paper. It made things clear now.

Best, Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants