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

Convert standard deviation and correlation to covariance.

Syntax

Arguments

ExpSigma
Vector of length N with the standard deviations of each process.
ExpCorrC
N-by-N correlation coefficient matrix. If ExpCorrC is not specified, the processes are assumed to be uncorrelated, and the identity matrix is used.

Description

corr2cov converts standard deviation and correlation to covariance.

ExpCovariance is an N-by-N covariance matrix, where N is the number of processes.

Example

Expected results:

See Also

corrcoef, cov, cov2corr, ewstats, std



[ Previous | Help Desk | Next ]