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, ...)

Arguments

precision

A precision matrix.

seed

The seed for the pseudo-random generator.

spde

An inla.spde object.

...

Parameters passed on to other methods.

Author

Finn Lindgren finn.lindgren@gmail.com

See also

inla.spde.precision, inla.qsample