param2.matern.orig {INLA} | R Documentation |
inla.spde2.matern
models.Construct parameter settings for inla.spde2.matern
models.
param2.matern.orig( mesh, alpha = 2, B.tau = matrix(c(0, 1, 0), 1, 3), B.kappa = matrix(c(0, 0, 1), 1, 3), prior.variance.nominal = 1, prior.range.nominal = NULL, prior.tau = NULL, prior.kappa = NULL, theta.prior.mean = NULL, theta.prior.prec = 0.1 )
mesh |
The mesh to build the model on, as an |
alpha |
Fractional operator order, 0<α≤q 2 supported. (ν=α-d/2) |
B.tau |
Matrix with specification of log-linear model for τ. |
B.kappa |
Matrix with specification of log-linear model for κ. |
prior.variance.nominal |
Nominal prior mean for the field variance |
prior.range.nominal |
Nominal prior mean for the spatial range |
prior.tau |
Prior mean for tau (overrides
|
prior.kappa |
Prior mean for kappa (overrides
|
theta.prior.mean |
(overrides |
theta.prior.prec |
Scalar, vector or matrix, specifying the joint prior precision for theta. |
Finn Lindgren finn.lindgren@gmail.com