Modifications of the Cauchy Family Covariance Model
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.
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))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.