Skip to content

Commit

Permalink
Updated commons-math library to version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkica committed Jan 24, 2013
1 parent bd98291 commit cfc461d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed module/MOD-INF/lib/commons-math-2.1.jar
Binary file not shown.
Binary file added module/MOD-INF/lib/commons-math3-3.1.1.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/com/tribapps/refine/stats/Summarize.java
Expand Up @@ -25,8 +25,8 @@
import com.google.refine.browsing.RowVisitor; import com.google.refine.browsing.RowVisitor;
import com.google.refine.util.ParsingUtilities; import com.google.refine.util.ParsingUtilities;


import org.apache.commons.math.stat.descriptive.DescriptiveStatistics; import org.apache.commons.math3.stat.descriptive.DescriptiveStatistics;
import org.apache.commons.math.stat.descriptive.rank.Median; import org.apache.commons.math3.stat.descriptive.rank.Median;


public class Summarize extends Command { public class Summarize extends Command {


Expand Down

0 comments on commit cfc461d

Please sign in to comment.