mc_build_omega: Build omega matrix

View source: R/mc_build_omega.R

mc_build_omegaR Documentation

Build omega matrix

Description

This function build \Omega 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 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.

Author(s)

Wagner Hugo Bonat


mcglm documentation built on Jan. 9, 2026, 1:07 a.m.