cor2cov | R Documentation |
Get covariance matrix from correlation matrix and vector of standard deviations. Based on code recommended by Ben Bolder for efficiency.
cor2cov(omega, tau)
omega |
A correlation matrix. |
tau |
A vector of standard deviations. |
A square matrix.
https://stats.stackexchange.com/questions/62850/obtaining-covariance-matrix-from-correlation-matrix
cov2cor
, cov2tau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.