View source: R/stModel.matrices.R
stModel.precision | R Documentation |
To build the the precision matrix for a spacetime model given the temporal and the spatial meshes.
stModel.precision(smesh, tmesh, model, theta, verbose = FALSE)
smesh |
a mesh object over the spatial domain. |
tmesh |
a mesh object over the time domain. |
model |
a string identifying the model. So far we have the following models: '102', '121', '202' and '220' models. |
theta |
numeric vector of length three with
|
verbose |
logical to print intermediate objects. |
a (sparse) precision matrix, as in Lindgren et. al. (2023)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.