Ältere Kommentare anzeigen
Hello all,
I am doing an analysis of rainfall data at 180 weather stations and would like to determine which of its neighbours each has the highest correlation with. All time series are vectors of monthly data for the period 1971-2000. I have tried compiling a matrix with time series vectors as columns then using mcorr to correlate each vector with that matrix/compilation. That method gives me the results I need, but is inefficient and slow.
Any suggestions on a better way to do the correlations with all 180 stations?
1 Kommentar
Walter Roberson
am 26 Jan. 2011
Is that mcorr() the Matlab File Exchange Contribution, http://www.mathworks.com/matlabcentral/fileexchange/10253-mcorr
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Web Services finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!