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

About the computation of cross-covariance #11

Open
Trungmaster5 opened this issue Dec 27, 2018 · 0 comments
Open

About the computation of cross-covariance #11

Trungmaster5 opened this issue Dec 27, 2018 · 0 comments

Comments

@Trungmaster5
Copy link

Excuse me, I don't understand this code (Line 278):
# Get the auto- and cross-covariance matrices
crosscovs = [np.dot(ki, kj.T) for ki in kernel for kj in kernel]

Considering the definition of cross-covariance matrices, don't we need to subtract the means of ki, kj before taking dot product ?

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

1 participant