Simulation of T Random Fields
RPt
defines a t field.
RPt(phi, boxcox, nu)
phi |
the |
boxcox |
the one or two parameters of the box cox transformation.
If not given, the globally defined parameters are used.
See |
nu |
non-negative number. Degree of freedom. |
The function returns an object of class RMmodel
.
Martin Schlather, schlather@math.uni-mannheim.de, https://www.wim.uni-mannheim.de/schlather/
Related to the extremal t process
T. Opitz (2012) A spectral construction of the extremal t process. arxiv 1207.2296.
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set ## RFoptions(seed=NA) to make them all random again model <- RPt(RMexp(), nu=2) x <- seq(0, 10, 0.1) z <- RFsimulate(model, x, x, n=4) plot(z)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.