| RMcauchytbm {RandomFields} | R Documentation |
RMcauchytbm() is a shortcut of
RMtbm(RMgencauchy()) and is
given here for downwards compatibility.
RMcauchytbm(alpha, beta, gamma, var, scale, Aniso, proj)
alpha, beta |
See |
gamma |
is the same as |
var, scale, Aniso, proj |
optional arguments; same meaning for any
|
RMcauchytbm returns an object of class RMmodel.
Martin Schlather, schlather@math.uni-mannheim.de, https://www.wim.uni-mannheim.de/schlather/
Gneiting, T. and Schlather, M. (2004) Stochastic models which separate fractal dimension and Hurst effect. SIAM review 46, 269–282.
RMcauchy,
RMgencauchy,
RMmodel,
RFsimulate,
RFfit.
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
model <- RMcauchytbm(alpha=1, beta=1, gamma=3)
x <- seq(0, 10, 0.02)
plot(model)
plot(RFsimulate(model, x=x))