RPbrmixed(phi, tcf, xi, mu, s, meshsize, vertnumber, optim_mixed, optim_mixed_tol, optim_mixed_maxpo, lambda, areamat, variobound)
RPbrorig(phi, tcf, xi, mu, s)
RPbrshifted(phi, tcf, xi, mu, s)
RMmodel
;
specifies the covariance model to be simulated.phi
or
tcf
must be given.optim_mixed
if unknown. Default value is 1.areamat
represents the value for the origin, the other entries
belong to the corresponding locations on a 1D or 2D grid.
areamat
can be used for dimensions 1 and 2 only; can be
optimized by setting optim_mixed
if unknown. Default value is
1.RFoptions
RMmodel
xi
is always a number, i.e. $\xi$ is constant
in space. In contrast, $\mu$ and $s$ might be constant
numerical value or given a RMmodel
, in particular by a
RMtrend
model. The functions RPbrorig
, RPbrshifted
and RPbrmixed
simulate a Brown-Resnick process, which is defined by
$$Z(x) = \max_{i=1}^\infty X_i \exp(W_i(x) - \gamma),
$$
where the $X_i$ are the points of a Poisson point process on the
positive real half-axis with intensity $1/x^2 dx$,
$W_i ~ Y$ are iid centered Gaussian processes with
stationary increments and variogram $gamma$ given by
model
. The functions correspond to the following ways of
simulation:
RPbrorig
RPbrshifted
RPbrmixed
RPbrownresnick
,
RMmodel
,
RPgauss
,
maxstable
,
maxstableAdvanced
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
## currently does not work
Run the code above in your browser using DataLab