View source: R/mc_build_bdiag.R
| mc_build_bdiag | R Documentation |
Build a block-diagonal matrix of zeros. Such functions is used when computing the derivatives of the Cholesky decomposition of C.
mc_build_bdiag(n_resp, n_obs)
n_resp |
A numeric specifyng the number of response variables. |
n_obs |
A numeric specifying the number of observations in the data set. |
It is an internal function.
A list of matrices with elements equal to zero. 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.