- object
The covariance-based rational SPDE approximation,
computed using matern.operators()
- nu
If non-null, update the shape parameter of the
covariance function. Will be used if parameterization is 'matern'.
- alpha
If non-null, update the fractional SPDE order parameter. Will be used if parameterization is 'spde'.
- kappa
If non-null, update the parameter kappa of the SPDE. Will be used if parameterization is 'spde'.
- tau
If non-null, update the parameter tau of the SPDE. Will be used if parameterization is 'spde'.
- sigma
If non-null, update the standard deviation of
the covariance function. Will be used if parameterization is 'matern'.
- range
If non-null, update the range parameter
of the covariance function. Will be used if parameterization is 'matern'.
- theta
For non-stationary models. If non-null, update the vector of parameters.
- 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.
- compute_higher_order
Logical. Should the higher order
finite element matrices be computed?
- parameterization
If non-null, update the parameterization. Only works for stationary models.
- type_rational_approximation
Which type of rational
approximation should be used? The current types are "chebfun",
"brasil" or "chebfunLB".
- return_block_list
Logical. For type = "covariance"
,
should the block parts of the precision matrix be returned
separately as a list?
- ...
Currently not used.