Predicts future observations from the spCP model.
# S3 method for spCP
predict(object, NewTimes, ...)predict.spCP returns a list containing the following objects.
YA list containing a matrix of predictions for each future time
point. Each matrix has one column for each location and contains posterior
samples obtained by Bayesian krigging.
a spCP model object for which predictions
are desired from.
a numeric vector including desired time(s) points for prediction.
other arguments.
Samuel I. Berchuck
predict.spCP uses Bayesian krigging to obtain posterior samples
from future time points.