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.
localKrigeProblemConstructMean(problemName, obs, pred)
localKrigeProblemConstructCov(problemName, obs, pred, cross)
name of the problem as a character string.
logical, whether to compute the mean or covariance for the observation locations.
logical, whether to compute the mean or covariance for the prediction locations.
logical, whether to compute the cross-covariance.
krigeProblem