sdcor2cov {SIN}R Documentation

Covariance matrix

Description

This function takes a vector of standard deviations and a correlation matrix as input and computes the covariance matrix.

Usage

sdcor2cov(stddev, corr)

Arguments

stddev a vector of standard deviations.
corr a correlation matrix.

Value

The function returns the covariance matrix corresponding to the input information.

Examples

data(sur)
sdcor2cov(sur$stddev, sur$corr)

[Package SIN version 0.4 Index]