| RPchi2 {RandomFields} | R Documentation |
RPchi2 defines a chi2 fields.
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 http://ms.math.uni-mannheim.de/de/publications/software
Auxiliary RMmodels,
RP,
RPgauss
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)