Description Usage Arguments Value
View source: R/make_invert_object.R
Make the Inversion Object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
covparam_object |
A covariance parameter object from |
chol |
Should the Cholesky decomposition be used? If |
co |
The covariance at prediction locations (if specified) |
condition |
A small number added to the diagonals of matrices before
inverting them to prevent ill-conditioning (defaults to |
h_s_large |
A spatial distance matrix of all spatio-temporal observations (if specified) |
h_t_large |
A temporal distance matrix of all spatio-temopral observations (if specified) |
h_s_small |
A spatial distance matrix of all spatial locations (if specified) |
h_t_small |
A temporal distance matrix of all temporal locations (if specified) |
logdet |
Should the log determinant be returned? (defaults to |
m_index |
An index of missing values (from the space time cube). |
o_index |
An index of observed values (from the space time cube). |
s_cor |
The spatial correlation
|
t_cor |
The temporal correlation
|
xo |
The fixed effects design matrix. |
yo |
A response vector. |
A list of relevant inversion information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.