cor2cov {linpk} | R Documentation |
Convert from standard deviation and correlation matrix to covariance matrix.
Description
Convert from standard deviation and correlation matrix to covariance matrix.
Usage
cor2cov(cor, sd)
Arguments
cor |
A correlation matrix. If |
sd |
A vector of standard deviations (optional). |
Value
A covariance matrix.
Examples
cor2cov(matrix(c(1, 0.5, 0.5, 1), 2, 2), 0.1)
[Package linpk version 1.1.2 Index]