inla.spde2.matern.sd.basis.RdCalculates 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,
...
)An fmesher::fm_mesh_1d(), fmesher::fm_mesh_2d(), or
fmesher::fm_mesh_3d() object.
Desired basis for log-standard deviations.
Desired basis for spatial range.
Construction method selector. Expert option only.
If FALSE, only compensate in the
average for the tau offset.
The model alpha parameter.
Additional parameters passed on to internal
inla.spde2.matern calls.
List of basis specifications
Basis for
log(tau)
Basis for log(kappa)
Intended for
passing on to inla.spde2.matern().