kcov {gptools2}R Documentation

Compute the covariance matrix

Description

Compute the covariance matrix

Usage

kcov(X1, X2, k)

Arguments

X1

A numeric matrix.

X2

A numeric matrix, must have the same number of columns as X1.

k

A function that computes the covariance of two vectors.

Value

A numeric matrix; the covariance matrix


[Package gptools2 version 0.1.10 Index]