View source: R/mc_build_omega.R
| mc_build_omega | R Documentation |
This function build \Omega matrix according the
covariance link function.
mc_build_omega(tau, Z, covariance_link, sparse = FALSE)
tau |
A vector |
Z |
A list of matrices. |
covariance_link |
String specifing the covariance link function: identity, inverse, expm. |
sparse |
Logical force to use sparse matrix representation 'dsCMatrix'. |
A list of matrices. The function returns the \Omega matrix its
inverse and derivatives with respect to \tau.
The returned object is intended for internal use only.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.