RMgencauchy
is a stationary isotropic covariance model
belonging to the generalized Cauchy family.
The corresponding covariance function only depends on the distance $r \ge 0$ between
two points and is given by
RMcauchy
.
RMgencauchy(alpha, beta, var, scale, Aniso, proj)
RMmodel
. If not passed, the above
covariance function remains unmodified.RMgencauchy
returns an object of class RMmodel
RMlgd
.): Here, we have
Note that the Cauchy Family (see RMcauchy
) is included
in this family for the choice $\alpha = 2$ and
$\beta = 2 \gamma$.
Tail correlation function (for $0 < \alpha \le 1$)
RMcauchy
,
RMcauchytbm
,
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 <- RMgencauchy(alpha=1.5, beta=1.5, scale=0.3)
x <- seq(0, 10, 0.02)
plot(model)
plot(RFsimulate(model, x=x))
Run the code above in your browser using DataLab