statistics.predictive {geoR}R Documentation

Summary statistics from predictive distributions

Description

Computes summaries based on simulations of predictive distribution returned by krige.bayes and krige.conv.

Usage

statistics.predictive(simuls, mean.var = TRUE, quantile, threshold)

Arguments

simuls object with simulations from the predictive distribution
mean.var Logical. Indicates whether or not to compute mean and variances of the simulations at each location.
quantile defines quantile estimator. See documentation for output.control .
threshold defines probability estimator. See documentation for output.control.

Value

A list with one ore more of the following components.

mean mean at each prediction location.
variance variance at each prediction location.
quantiles quantiles, at each prediction location.
probabilities probabilities, at each prediction location, of been below the provided threshold.

Author(s)

Paulo J. Ribeiro Jr. Paulo.Ribeiro@est.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.

References

Further information on the package geoR can be found at:
http://www.est.ufpr.br/geoR.


[Package Contents]