Is it possible to use t-copula in Matlab for around 450,000 variables?
Mostrar comentarios más antiguos
Is it possible to use t-copula in Matlab for around 450,000 variables? or there is any limitation?
Respuestas (1)
Tom Lane
el 11 de Jun. de 2013
1 voto
I see no limitation imposed by the copularnd function when I look at the code. However, the correlation matrix is going to be 450000-by-450000 for this. When I try to create that matrix, I run out of memory. If you do manage to create it, I wouldn't be surprised to find that copularnd needs to create other temporary variables of a comparable size as it tries to do its thing.
1 comentario
saber
el 11 de Jun. de 2013
Categorías
Más información sobre Noncentral t Distribution en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!