Learn R Programming

spMC (version 0.3.6)

predict.tpfit: Compute Theoretical One-dimensional Transiograms

Description

The function computes theoretical transition probabilities of a 1-D continuous-lag spatial Markov chain for a specified set of lags.

Usage

"predict"(object, lags, ...)

Arguments

object
an object of the class tpfit, typically with the output of the function tpfit.
lags
a vector of 1-D lags.
...
further arguments passed from other methods.

Value

An object of the class transiogram is returned. The function print.transiogram is used to print computed probabilities. The object is a list with the following components:
Tmat
a 3-D array containing the probabilities.
lags
a vector containing one-dimensional lags.
type
a character string which specifies that computed probabilities are theoretical.

Details

A 1-D continuous-lag spatial Markov chain is probabilistic model which involves a transition rate matrix $R$ computed for the direction $phi$. It defines the transition probability $Pr(Z(s + h) = z_k | Z(s) = z_j)$ through the entry $t_(jk)$ of the following matrix $$T = \mbox{expm} (h R),$$ where $h$ is a positive lag value.

References

Carle, S. F., Fogg, G. E. (1997) Modelling Spatial Variability with One and Multidimensional Continuous-Lag Markov Chains. Mathematical Geology, 29(7), 891-918.

Sartore, L. (2010) Geostatistical models for 3-D data. M.Phil. thesis, Ca' Foscari University of Venice.

See Also

tpfit, print.tpfit, plot.transiogram, transiogram, multi_tpfit