fork download
  1. from scipy.stats import*
  2. f=lambda x,y:pearsonr(x,y)[0]
  3.  
  4. print(f([1,2,3,4,5,6,7,8,9,10,11],[6.86,5.92,6.08,8.34,8.7,8.16,8.22,7.68,12.04,8.6,10.96]))
Success #stdin #stdout 0.56s 48360KB
stdin
Standard input is empty
stdout
0.769090440555