50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

geoR (version 1.1-5)

statistics.predictive: 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.
  • meanmean at each prediction location.
  • variancevariance at each prediction location.
  • quantilesquantiles, at each prediction location.
  • probabilitiesprobabilities, at each prediction location, of been below the provided threshold.