View source: R/mc_build_omega.R
mc_build_omega | R Documentation |
This function build Ω 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 with the Ω matrix its inverse and derivatives with respect to τ.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.