RMbiwm(nudiag, nured12, nu, s, cdiag, rhored, c, notinvnu, var,
scale, Aniso, proj)
nudiag
and nured12
:
a vector of length 3 of numerical values; each entry
positive; the vector $(\nu_{11},\nu_{21},\nu_{22})$.
Either
nured
and nudiag
or nu
must be given.rhored
and cdiag
or c
must be given.set.seed(0)
x <- y <- seq(-10, 10, if (interactive()) 0.2 else 5)
model <- RMbiwm(nudiag=c(1, 2), nured=1, rhored=1, cdiag=c(1, 5),
s=c(1, 1, 2))
simu <- RFsimulate(model, x, y, grid=TRUE)
plot(simu)
Run the code above in your browser using DataLab