- object
The operator-based rational SPDE approximation,
computed using matern.operators()
with type="operator"
- nu
If non-null, update the shape parameter
of the covariance function.
- alpha
If non-null, update the fractional order.
- kappa
If non-null, update the range parameter
of the covariance function.
- sigma
If non-null, update the standard deviation of
the covariance function.
- range
If non-null, update the range parameter
of the covariance function.
- tau
If non-null, update the parameter tau.
- theta
If non-null, update the parameter theta, that connects
tau and kappa to the model matrices.
- m
If non-null, update the order of the rational
approximation, which needs to be a positive integer.
- mesh
An optional inla mesh. Replaces d
, C
and G
.
- loc_mesh
The mesh locations used to construct the matrices C and G. This option should be provided if one wants to use the rspde_lme()
function and will not provide neither graph nor mesh. Only works for 1d data. Does not work for metric graphs. For metric graphs you should supply the graph using the graph
argument.
- graph
An optional metric_graph
object. Replaces d
, C
and G
.
- range_mesh
The range of the mesh. Will be used to provide starting values for the parameters. Will be used if mesh
and graph
are NULL
, and if one of the parameters (kappa or tau for spde parameterization, or sigma or range for matern parameterization) are not provided.
- parameterization
If non-null, update the parameterization. Only works for stationary models.
- ...
Currently not used.