|
From: | Rafael Laboissiere |
Subject: | [Octave-bug-tracker] [bug #44997] statistics: Use corr() instead of the deprecated corrcoef() function |
Date: | Mon, 02 May 2016 12:12:56 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.108 Safari/537.36 |
Follow-up Comment #3, bug #44997 (project octave): What about adding something like the following to your Octave setup: function r = corrcoef (x, y) if nargin == 1 r = corr (x); else r = corr (x, y); endif endfunction _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?44997> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |