Description Usage Arguments Value References See Also Examples
The random coin method (or dilution method) is a simulation method for stationary Gaussian random fields. It is based on the following procedure: For a stationary Poisson point process on R^d consider the random field
Y(y) = ∑_{x\in X} f(y-x)
for a function f. The covariance of Y is proportional to the convolution
C(h) = \int f(x)f(x+h) dx
If the intensity of the Poisson point process increases, the random field Y approaches a Gaussian random field with covariance function C.
1 2 3 |
phi |
object of class |
shape |
object of class |
boxcox |
the one or two parameters of the box cox transformation.
If not given, the globally defined parameters are used.
See |
intensity |
positive number, intensity of the underlying Poisson point process. |
method |
integer.
Default is the value |
RPcoins
returns an object of class RMmodel
.
Lantuejoul, C. (2002) Geostatistical Simulation: Models and Algorithms. Springer.
Gaussian,
RP,
RPhyperplane
,
RPspectral
,
RPtbm
.
1 2 | RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.