Last chance! 50% off unlimited learning
Sale ends in
RMbcw
is a variogram model
that bridges between some intrinsically stationary isotropic processes
and some stationary ones. It reunifies the
RMgenfbm
‘b’, RMgencauchy
‘c’
and RMdewijsian
‘w’. The corresponding centered semi-variogram only depends on the distance
$r \ge 0$ between two points and is given by
RMbcw(alpha, beta, c, var, scale, Aniso, proj)
RMmodel
. If not passed, the above
variogram remains unmodified.RMgenfbm,
the generalised Cauchy model RMgencauchy
,
and the de Wisjian model RMdewijsian
, respectively. Hence its two arguments alpha
and beta
allow for modelling the smoothness and a wide range of tail behaviour,
respectively.
RMlsfbm
is equipped with Matheron's constant $c$ for
the fractional brownian motion,
RMgenfbm
,
RMgencauchy
,
RMdewijsian
,
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 <- RMbcw(alpha=1, beta=0.5)
x <- seq(0, 10, 0.02)
plot(model)
plot(RFsimulate(model, x=x))
Run the code above in your browser using DataLab