Financial Toolbox
  Go to function:
    Search    Help Desk 
cov2corr    Examples   See Also

Convert covariance to standard deviation and correlation coefficient.

Syntax

Arguments

ExpCovariance
N- by-N covariance matrix, e.g., from cov or ewstats. N is the number of random processes.

Description

cov2corr converts covariance to standard deviations and correlation coefficients.

ExpSigma is a 1-by-N vector with the standard deviation of each process.

ExpCorrC is an N-by-N matrix of correlation coefficients.

Example

Expected results:

See Also

corr2cov, corrcoef, cov, ewstats, std



[ Previous | Help Desk | Next ]