mvcokm.predict {ARCokrig}R Documentation

Prediction at new inputs in autoregressive cokriging models for multivarite output

Description

This function makes prediction in the parallel partial cokriging model. If a nested design is used, the predictive mean and predictive variance are computed exactly; otherwise, Monte Carlo simulation from the predictive distribution is used to approximate the predictive mean and predictive variance.

Usage

mvcokm.predict(obj, input.new)

Arguments

obj

a mvcokm object construted via the function mvcokm in this package

input.new

a matrix including new inputs for making prediction

Author(s)

Pulong Ma <mpulong@gmail.com>

See Also

mvcokm, mvcokm.fit, mvcokm.condsim, ARCokrig


[Package ARCokrig version 0.1.2 Index]