RandomFields (version 3.0.5)

RMgneitingdiff: Gneiting Covariance Model Used as Tapering Function

Description

RMgneitingdiff is a stationary isotropic covariance model which is only valid up to dimension 3. The corresponding covariance function only depends on the distance $r \ge 0$ between two points and is given by $$C(h) = C_0(h / t) W_\nu(h / s)$$ where $C_0$ is Gneiting's model RMgneiting and $W_\nu$ is the Whittle modelRMwhittle.

Usage

RMgneitingdiff(nu, taper.scale, scale, var, Aniso, proj)

Arguments

nu
taper.scale
is the paramter $t$ in the above formula
scale
is the paramter $s$ in the above formula
var,Aniso,proj
optional parameters; same meaning for any RMmodel. If not passed, the above covariance function remains unmodified.

Value

Details

The model allows to a certain degree the smooth modelling of the differentiability of a covariance function with compact support.

References

  • Gneiting, T. (1999) Correlation functions for atmospherical data analysis.Q. J. Roy. Meteor. SocPart A125, 2449-2464.

See Also

RMbigneiting, RMgneiting, RMgengneiting, RMgauss, RMmodel, RMwhittle, RFsimulate, RFfit.

Examples

Run this code
set.seed(0)
model <- RMgneitingdiff(nu=2, taper.scale=1, scale=0.2)
x <- seq(0, 10, if (interactive()) 0.02 else 1) 
plot(model, ylim=c(0,1))
plot(RFsimulate(model, x=x))

Run the code above in your browser using DataLab