RMfbm(alpha, var, scale, Aniso, proj)
The variogram is unbounded and belongs to a non-stationary process with
stationary increments. For $\alpha=1$ and scale=2
we get a variogram corresponding to a standard Brownian Motion.
For $\alpha \in (0,2)$ the quantity $H =
\frac{\alpha} 2$ is called Hurst index and determines
the RFfractaldimension $D$ of the corresponding Gaussian sample paths
set.seed(0)
model <- RMfbm(alpha=1)
x <- seq(0, 10, if (interactive()) 0.02 else 1)
plot(model, ylim=c(0,1))
plot(RFsimulate(model, x=x))
Run the code above in your browser using DataLab