|
|
|
|
|
by alok-g
2 days ago
|
|
Thanks. I think I have a better understanding now, though still not having a complete grasp. >> f(x) = r_1 + x r_2* >> The right-hand plot shows the output of the kernel function for two indices x and x'. The kernel function here would be k(x, x') = Cov[f(x), f(x')] = Cov[f(r_1 + x * r_2), f(r_1 + x' * r_2)]. In this case, I am guessing we should be able to figure what k(x, x') would be, but perhaps would not be x * x' for this case. x * x' sounds to be a very special case. |
|
As I understand it, it would instead be
I admit I haven't run through the full math. Given the definition of covariance I see how you get the x * x' term, but you're right in that it's not immediately obvious the other parts cancel fully.