View source: R/ParamTransfoCompRisks.R
chol2par.elem | R Documentation |
This function transforms the parameters of the Cholesky de- composition to a covariance matrix element. This function is used in chol2par.R.
chol2par.elem(a, b, par.chol1)
a |
The row index of the covariance matrix element to be computed. |
b |
The column index of the covariance matrix element to be computed. |
par.chol1 |
The vector of Cholesky parameters. |
Specified element of the covariance matrix resulting from the provided Cholesky decomposition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.