Skip to content

About the computation of cross-covariance #11

Description

@Trungmaster5

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions