| RMgennsst {RandomFields} | R Documentation |
RMgennsst is a univariate stationary spaceisotropic covariance model
whose corresponding covariance is given by
C(h,u)= (ψ(u)+1)^{-δ/2} φ(h /√(ψ(u) +1))
RMgennsst(phi, psi, var, scale, Aniso, proj)
phi |
is normal mixture |
psi |
is a variogram |
var,scale,Aniso,proj |
optional arguments; same meaning for any
|
This model is used for space-time modelling where the spatial component is isotropic.
RMgennsst returns an object of class RMmodel.
Martin Schlather, schlather@math.uni-mannheim.de
Schlather, M. (2010) On some covariance models based on normal scale mixtures. Bernoulli, 16, 780-797.
RMnsst,
RMmodel,
RFsimulate,
RFfit.
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set ## RFoptions(seed=NA) to make them all random again