localKrigeProblemConstructMean: Calculate Mean Vector or Covariance Matrix on Slave Process

View source: R/krigeProblem.R

localKrigeProblemConstructMeanR Documentation

Calculate Mean Vector or Covariance Matrix on Slave Process

Description

localKrigeProblemConstructMean and localKrigeProblemConstructCov are internal wrapper functions for calculating a mean vector or covariance matrix on the slave processes. They are called by member functions of the krigeProblem ReferenceClass.

Usage

localKrigeProblemConstructMean(problemName, obs, pred)
localKrigeProblemConstructCov(problemName, obs, pred, cross)

Arguments

problemName

name of the problem as a character string.

obs

logical, whether to compute the mean or covariance for the observation locations.

pred

logical, whether to compute the mean or covariance for the prediction locations.

cross

logical, whether to compute the cross-covariance.

See Also

krigeProblem


bigGP documentation built on April 26, 2023, 1:16 a.m.