Effacer les filtres
Effacer les filtres

How to generate random positive semi-definite matrix with ones at the diagonal positions?

2 vues (au cours des 30 derniers jours)
I can create random positive semi-definite matrix, but how to force the ones at the diagonal positions? I need a random correlation matrix.

Réponse acceptée

Abhiram Bhanuprakash
Abhiram Bhanuprakash le 26 Mai 2015
Hi Mr. M,
I went through the code in the File Exchange submission 'RandomCorr.m' which you mentioned.
I could see that, in line 62 of that code,
p=min(eig(C));
So I guess this is to check whether the minimum eigen value of the correlation matrix is >= 0 (in other words, to check if the correlation matrix 'C' is PSD or not)
But, I am not sure about the variable 'K'. Perhaps if you refer to the paper or contact the author of the File Exchange submission himself, you would get a better answer.
See a related post here
Hope this helps,
Cheers!
Abhiram

Plus de réponses (0)

Catégories

En savoir plus sur Operating on Diagonal Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by