Predictive mean calculation confusion #1820
InfProbSciX
started this conversation in
General
Replies: 1 comment 1 reply
-
Looks like the same question as #1761. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I do not understand the calculation that happens on this line:
Shouldn't the predictive mean be
k_XZ * k_ZZ^{-1} * inducing_values + \mu_X
?interp_term
seems to calculatek_XZ K_ZZ^{-1/2}
,inducing_values
arevariational_distribution.loc
, so it seems like the computation happening here is justk_XZ * k_ZZ^{>> -1/2 <<} * inducing_values + \mu_X
(isn't there a factor ofK_ZZ^{-1/2}
missing?)Beta Was this translation helpful? Give feedback.
All reactions