mc_build_omega: Build omega matrix

View source: R/mc_build_omega.R

mc_build_omegaR Documentation

Build omega matrix

Description

This function build Ω matrix according the covariance link function.

Usage

mc_build_omega(tau, Z, covariance_link, sparse = FALSE)

Arguments

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'.

Value

A list with the Ω matrix its inverse and derivatives with respect to τ.

Author(s)

Wagner Hugo Bonat


mcglm documentation built on Sept. 16, 2022, 1:06 a.m.