How to generate covariance matrix (SIGMA) for mvnrnd function, given the marginal normal probability density functions of two random variables X and Y.

Hi,
I want to generate random samples of two correlated random variables with normal probability distribution functions (PDFs). I am using "mvnrnd" function for this purpose i.e. mvnrnd(MU,SIGMA,n). I know that MU is the 2x1 matrix of mean values of distribution of X and Y. n is the number of samples required. But I could not find a method to generate the SIGMA matrix. I checked examples of mvnrnd, but they all assume a SIGMA without any explanation. Any help will be much appreciated.
Thanks

Answers (0)

Asked:

on 4 Aug 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!