Description Usage Arguments Value References See Also Examples
View source: R/RMmodelsConvenience.R
RMcauchytbm()
is a shortcut of
RMtbm(RMgencauchy())
and is
given here for downwards compatibility.
1 |
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
.
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
.
1 2 3 4 5 6 7 | 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.