localKrigeProblemConstructMean {bigGP} | R 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
[Package bigGP version 0.1.8 Index]