RMnonstwm {RandomFields}R Documentation

RMnonstwm

Description

RMnonstwm is a covariance model whose corresponding covariance C is given by

C(x, y)=Γ(μ) Γ(ν(x))^{-1/2} Γ(ν(y))^{-1/2} W_{μ} (|x-y|)

where μ = [ν(x) + ν(y)]/2 and W_{μ} is the covariance of the RMwhittle model and ν is a positive function or a constant.

Usage

RMnonstwm(nu, var, scale, Aniso, proj)

Arguments

nu

positive argument defining the smoothness of the random field, or it is an arbitrary shape function.

var,scale,Aniso,proj

optional arguments; same meaning for any RMmodel. If not passed, the above covariance function remains unmodified.

Value

RMnonstwm returns an object of class RMmodel

Author(s)

Martin Schlather, schlather@math.uni-mannheim.de

References

See Also

RMwhittle, RMmodel, RFsimulate, RFfit.

Examples

RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again



[Package RandomFields version 3.0.62 Index]