inla.spde2.matern.sd.basis {INLA} | R Documentation |
Calculates an approximate basis for tau
and kappa
for an
inla.spde2.matern
model where tau
is a rescaling parameter.
inla.spde2.matern.sd.basis( mesh, B.sd, B.range, method = 1, local.offset.compensation = FALSE, alpha = 2, ... )
mesh |
An |
B.sd |
Desired basis for log-standard deviations. |
B.range |
Desired basis for spatial range. |
method |
Construction method selector. Expert option only. |
local.offset.compensation |
If |
alpha |
The model |
... |
Additional parameters passed on to internal
|
List of basis specifications
B.tau |
Basis for
|
B.kappa |
Basis for |
Intended for
passing on to inla.spde2.matern()
.
Finn Lindgren finn.lindgren@gmail.com