Skip to content
Snippets Groups Projects
Commit a60c88c3 authored by (no author)'s avatar (no author)
Browse files

fix for bad use of binormal r coefficient

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@7 8a9318a1-56ba-4d59-b755-99d26321be01
parent 903083e3
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import os, sys, logging
from numpy import *
from scipy.stats import pearsonr, spearmanr, pointbiserialr
compute_r = pointbiserialr
compute_r = spearmanr
LOG = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment