Prev: Previously accessible file "C:\Program Files\MATLAB71\toolbox\matlab\ops\@cell\unique.m" is now inaccessible.
Next: Converting C program to S-Function
From: Peter Perkins on 10 Mar 2010 13:13 On 3/10/2010 11:24 AM, Avengeline wrote: > Meaning to say.. > for data A = [....] and B= [..] > corr(A,B) <-- this is pearson's linear correlation coefficient? Yes. > if for kendall... > > is it.. corr(A,B,'Kendall')? No. corr(A,B,'Type','Kendall').
From: Avengeline on 10 Mar 2010 20:09
Peter Perkins <Peter.Perkins(a)MathRemoveThisWorks.com> wrote in message <hn8nfp$99v$1(a)fred.mathworks.com>... > On 3/10/2010 11:24 AM, Avengeline wrote: > > > Meaning to say.. > > for data A = [....] and B= [..] > > corr(A,B) <-- this is pearson's linear correlation coefficient? > > Yes. > > > if for kendall... > > > > is it.. corr(A,B,'Kendall')? > > No. corr(A,B,'Type','Kendall'). Thanks a lot =) |