|
|
Pearson Correlation of two distance matrices
Hello,
I want to calculate the Pearson correlation coefficient of two distance matrices. Both of them are 47x47. I tried RHO = partialcorr(TrigPairA,TrigPairB); which gives me the partial correlation coefficients between pairs of variables in TrigPairA controlling for the variables in TrigPairB. I would like to calculate the overall Pearson correlation of these two matrices.
Can anyone give any idea of how can i do it!!
Thank you in advance,
Makrina
PS. I apologize for my english!
|
|
0
|
|
|
|
Reply
|
Makrina
|
1/13/2011 3:45:05 PM |
|
"Makrina Kosti" wrote in message <ign6m1$lin$1@fred.mathworks.com>...
> Hello,
>
> I want to calculate the Pearson correlation coefficient of two distance matrices. Both of them are 47x47. I tried RHO = partialcorr(TrigPairA,TrigPairB); which gives me the partial correlation coefficients between pairs of variables in TrigPairA controlling for the variables in TrigPairB. I would like to calculate the overall Pearson correlation of these two matrices.
>
> Can anyone give any idea of how can i do it!!
>
> Thank you in advance,
>
> Makrina
>
> PS. I apologize for my english!
One correction to my post.
I ment i used corr(TrigPairA,TrigPairB) and not partialcorr.
Thanks
|
|
0
|
|
|
|
Reply
|
Makrina
|
1/13/2011 4:19:04 PM
|
|
On 1/13/2011 10:45 AM, Makrina Kosti wrote:
> I want to calculate the Pearson correlation coefficient of two distance
> matrices. Both of them are 47x47.
I think that depends on what you mean. You may simply want
corr(TrigPairA(:),TrigPairB(:), which will return a single correlation
coefficient.
|
|
0
|
|
|
|
Reply
|
Peter
|
1/13/2011 5:08:00 PM
|
|
Peter Perkins <Peter.Perkins@MathRemoveThisWorks.com> wrote in message <ignbhg$17l$2@fred.mathworks.com>...
> On 1/13/2011 10:45 AM, Makrina Kosti wrote:
> > I want to calculate the Pearson correlation coefficient of two distance
> > matrices. Both of them are 47x47.
>
> I think that depends on what you mean. You may simply want
> corr(TrigPairA(:),TrigPairB(:), which will return a single correlation
> coefficient.
Yep, that was what i was looking for!! Thank you!
Makrina
|
|
0
|
|
|
|
Reply
|
Makrina
|
1/14/2011 11:44:05 AM
|
|
|
3 Replies
505 Views
(page loaded in 0.031 seconds)
Similiar Articles: Pearson Correlation of two distance matrices - comp.soft-sys ...Hello, I want to calculate the Pearson correlation coefficient of two distance matrices. Both of them are 47x47. I tried RHO = partialcorr(TrigPai... Partial correlation matrix using partialcorr - comp.soft-sys ...Pearson Correlation of two distance matrices - comp.soft-sys ... Partial correlation matrix using partialcorr - comp.soft-sys ... PROC CORR then uses the standard Pearson ... Two Matrices with Row Vectors - How to calculate pairwise ...How to find relation between 2 matrices - comp.soft-sys.matlab ... Pearson Correlation of two distance matrices - comp.soft-sys ... How to find ... How to find relation between 2 matrices - comp.soft-sys.matlab ...Pearson Correlation of two distance matrices - comp.soft-sys ... How to find relation between 2 matrices - comp.soft-sys.matlab ..... how to find the relationship between ... Spearman Rank Correlation - comp.soft-sys.matlabPearson Correlation of two distance matrices - comp.soft-sys ... Spearman Rank Correlation - comp.soft-sys.matlab... Essentially the data I want to correlate comprises the ... calculate varians and covarians matrix - comp.soft-sys.matlab ...Pearson Correlation of two distance matrices - comp.soft-sys ... PROC CORR then uses the standard Pearson correlation formula on the partial variance-covariance matrix to ... Mathematica function to calculate correlation coefficient? - comp ...Pearson Correlation of two distance matrices - comp.soft-sys ... Hello, I want to calculate the Pearson correlation coefficient of two distance matrices. ... by distance ... How is the chi-square distance between two row vectors defined ...Pearson Correlation of two distance matrices - comp.soft-sys ..... find relation between 2 matrices - comp.soft-sys.matlab ..... how to find the relationship between 2 ... Variance ratio test - need help?? - comp.soft-sys.matlab ...Pearson Correlation of two distance matrices - comp.soft-sys ... correlation formula help? - comp.dsp Correlation test with predefiend variance/mean ... need help with ... Partial Correlation Plot - comp.soft-sys.matlab... 1281 >> addedvarplot(x,y,1,2) I generate a two-column x matrix (call the ... Partial correlation - Wikipedia, the free encyclopedia Pearson product-moment correlation ... Pearson Correlation of two distance matrices - comp.soft-sys ...Hello, I want to calculate the Pearson correlation coefficient of two distance matrices. Both of them are 47x47. I tried RHO = partialcorr(TrigPai... Pearson Correlation of two distance matrices - Newsreader - MATLAB ...File exchange, MATLAB Answers, newsgroup access, Links, and Blogs for the MATLAB & Simulink user community 7/16/2012 5:58:32 AM
|
|
|
|
|
|
|
|
|