View source: R/mc_derivative_C_rho.R
| mc_derivative_C_rho | R Documentation |
Compute the derivative of the C matrix with respect to the correlation parameters rho.
mc_derivative_C_rho(
D_Sigmab,
Bdiag_chol_Sigma_within,
t_Bdiag_chol_Sigma_within,
II
)
D_Sigmab |
A matrix. |
Bdiag_chol_Sigma_within |
A block-diagonal matrix. |
t_Bdiag_chol_Sigma_within |
A block-diagonal matrix. |
II |
A diagonal matrix. |
It is an internal function used to build the derivatives of the C matrix.
A list of matrices. The function returns a list of matrices corresponding to the derivatives of the variance-covariance matrix with respect to the correlations parameters rho. 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.