Simulation of Chi2 Random Fields
RPchi2
defines a chi2 field.
RPchi2(phi, boxcox, f)
phi |
the |
boxcox |
the one or two parameters of the box cox transformation.
If not given, the globally defined parameters are used.
See |
f |
integer. 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/
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set ## RFoptions(seed=NA) to make them all random again model <- RPchi2(RMexp(), f=2) x <- seq(0, 10, 0.1) z <- RFsimulate(model=model, x, x, n=4) plot(z)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.