Computes summaries based on simulations of predictive distribution
returned by
krige.bayes
and krige.conv
.
statistics.predictive(simuls, mean.var = TRUE, quantile, threshold,
sim.means, sim.vars)
A list with one ore more of the following components.
mean at each prediction location.
variance at each prediction location.
quantiles, at each prediction location.
probabilities, at each prediction location, of been below the provided threshold.
vector with means of each conditional simulation.
vector with variances of each conditional simulation.
object with simulations from the predictive distribution
Logical. Indicates whether or not to compute mean and variances of the simulations at each location.
defines quantile estimator. See
documentation for output.control
.
defines probability estimator. See
documentation for output.control
.
Logical. Indicates whether or not to compute the mean of of the conditional simulations.
Logical. Indicates whether or not to compute the variances of the conditional simulations.
Paulo J. Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
Further information on the package geoR can be found at:
http://www.leg.ufpr.br/geoR/.