varVec: Generic Function: Variance of Gaussian Process at Specific...

Description Usage Arguments Value

Description

Generic function returning a variance vector

Usage

1
varVec(object, X, ...)

Arguments

object

Covariance kernel object.

X

A matrix with d columns, where d is the number of inputs of the covariance kernel. The n rows define a set of sites or locations.

...

Other arguments for methods.

Value

A numeric vector with length nrow(X) containing the variances K(x, x) for all the sites x.


kergp documentation built on March 18, 2021, 5:06 p.m.