convert correlation matrix to covariance matrix given standard deviation
Parameters : | corr : array_like, 2d
std : array_like, 1d
|
---|---|
Returns : | cov : ndarray (subclass)
|
Notes
This function does not convert subclasses of ndarrays. This requires that multiplication is defined elementwise. np.ma.array are allowed, but not matrices.