inla.spde.sample {INLA} | R Documentation |
Old methods fo sampling from a SPDE model. For new code, use
inla.spde.precision()
and inla.qsample()
instead.
inla.spde.sample(...) ## Default S3 method: inla.spde.sample(precision, seed = NULL, ...) ## S3 method for class 'inla.spde' inla.spde.sample(spde, seed = NULL, ...)
... |
Parameters passed on to other methods. |
precision |
A precision matrix. |
seed |
The seed for the pseudo-random generator. |
spde |
An |
Finn Lindgren finn.lindgren@gmail.com
inla.spde.precision()
, inla.qsample()