mc_derivative_cholesky: Derivatives of the Cholesky decomposition

View source: R/mc_derivative_cholesky.R

mc_derivative_choleskyR Documentation

Derivatives of the Cholesky decomposition

Description

This function compute the derivative of the Cholesky decomposition.

Usage

mc_derivative_cholesky(derivada, inv_chol_Sigma, chol_Sigma)

Arguments

derivada

A matrix.

inv_chol_Sigma

A matrix.

chol_Sigma

A matrix.

Details

It is an internal function.

Value

A list of matrix.

Author(s)

Wagner Hugo Bonat


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