Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Correlation coefficient Date: Sat, 11 Jun 2011 18:49:15 +0200 Lines: 16 Message-ID: <95hkj6Fi8eU1@mid.dfncis.de> References: <447e021d-67d8-4a1d-9268-67ddc983dc2a@j25g2000vbr.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.dfncis.de RrU/DQfYJjl/TAHc8ZU26grJyyJLld6jA0vhuxptOFriBwS0k3XxrtHpuF Cancel-Lock: sha1:IauDFfngNU1ZyX2qA+Ef05l0smw= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: <447e021d-67d8-4a1d-9268-67ddc983dc2a@j25g2000vbr.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:372 On 11.06.2011 18:15, David Marçal wrote: > On gnuplot, when I make a fit linear, the log archive gives me a > matrix of correlation instead of the correlation coefficent (R**2). Depending on what exactly you mean by that R**2, it's very well possible that it doesn't appear anywhere in the process, or output, of gnuplot's "fit" command, because that operates in an entirely different way than the one you're used to getting that value from. > How can I get correlation coefficient through the matrix of > correlation? The off-diagonal element in the matrix _is_ a coefficient of correlation. Whether or not it's the one you're looking for depends on which of several meaning of that terms you're looking for.