View source: R/mc_derivative_cholesky.R
| mc_derivative_cholesky | R Documentation |
This function compute the derivative of the Cholesky decomposition.
mc_derivative_cholesky(derivada, inv_chol_Sigma, chol_Sigma)
derivada |
A matrix. |
inv_chol_Sigma |
A matrix. |
chol_Sigma |
A matrix. |
It is an internal function.
A list of matrix. The matrices are the derivative of the Cholesky decomposition of Sigma or its inverse with respect to the dispersion parameters. 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.