On 2/25/2013 4:49 AM, Om Damani (ओम दम्माणी) wrote:
I wish to report the following bug.
Bugs should be reported on the issue tracker for the particular project.
http://www.scipy.org/
has a Report Bugs button at the top.
--
Terry Jan Reedy
___
Pytho
I wish to report the following bug.
Scipy v.11 library in python2.7 gives
spearmanrcorrel([1,2,3,4,5],[5,6,7,8,7]) = 0.8207 while scipy v.6 in
python2.5 gives spearmanr([1,2,3,4,5],[5,6,7,8,7]) = 0.825(which is
correct according to spearman correlation formula).
The spearman correlation for [1,2