Description Usage Arguments Details Value References See Also Examples
RMwave
is a stationary isotropic covariance model, which is valid only for dimensions
d ≤ 3.
The corresponding covariance function only depends on the distance r ≥ 0 between
two points and is given by
C(r)=sin(r)/r 1_{r>0} + 1_{r=0} .
It is a special case of RMbessel
.
1 2 |
var,scale,Aniso,proj |
optional arguments; same meaning for any
|
The model is only valid for dimensions d ≤ 3. It is a
special case of RMbessel
for ν = 0.5.
This covariance models a hole effect (cf. Chiles, J.-P. and Delfiner, P. (1999), p. 92).
RMwave
returns an object of class RMmodel
.
Chiles, J.-P. and Delfiner, P. (1999) Geostatistics. Modeling Spatial Uncertainty. New York: Wiley.
RMbessel
,
RMmodel
,
RFsimulate
,
RFfit
.
1 2 3 4 5 6 7 |
Loading required package: sp
Loading required package: RandomFieldsUtils
Attaching package: ‘RandomFields’
The following object is masked from ‘package:RandomFieldsUtils’:
RFoptions
NULL
NOTE: simulation is performed with fixed random seed 0.
Set 'RFoptions(seed=NA)' to make the seed arbitrary.
New output format of RFsimulate: S4 object of class 'RFsp';
for a bare, but faster array format use 'RFoptions(spConform=FALSE)'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.