powered by
$$C(x)= ( 2 e^{-x} - \alpha e^{-2x} ) / ( 2 - \alpha )$$
RMqexp(alpha, var, scale, Aniso, proj)
RMmodel
RFoptions(seed=0) model <- RMqexp(alpha=0.95, scale=0.2) x <- seq(0, 10, if (interactive()) 0.02 else 1) plot(model, ylim=c(0,1)) plot(RFsimulate(model, x=x)) RFoptions(seed=NA)
Run the code above in your browser using DataLab