RPbrownresnick: Brown-Resnick process

Description Usage Arguments Details Note Author(s) References See Also Examples

View source: R/RMmodels.R

Description

RPbrownresnick defines a Brown-Resnick process.

Usage

1
  RPbrownresnick(phi, tcf, xi, mu, s)

Arguments

phi

specifies the covariance model or variogram, see RMmodel and RMmodelsAdvanced.

tcf

the extremal correlation function; either phi or tcf must be given.

xi, mu, s

the extreme value index, the location parameter and the scale parameter, respectively, of the generalized extreme value distribution. See Details.

Details

\GEV

The functions RPbrorig, RPbrshifted and RPbrmixed perform the simulation of a Brown-Resnick process, which is defined by

Z(x) = max_{i=1, 2, ...} X_i * exp(W_i(x) - gamma^2),

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 phi.

For simulation, internally, one of the methods RPbrorig, RPbrshifted and RPbrmixed is chosen automatically.

Note

Advanced options are maxpoints and max_gauss, see RFoptions.

Further advanced options related to the simulation methods RPbrorig, RPbrshifted and RPbrmixed can be found in the paragraph ‘Specific method options for Brown-Resnick Fields’ in RFoptions.

Author(s)

\marco

; \martin

References

See Also

RPbrorig, RPbrshifted, RPbrmixed, RMmodel, RPgauss, maxstable, maxstableAdvanced.

Examples

1
2
3
4
5
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again


## for some more sophisticated models see 'maxstableAdvanced'

RandomFields documentation built on Jan. 19, 2022, 1:06 a.m.