Skip to content

Commit

Permalink
Upgrade Apache Commons Math jar
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkica authored and tfmorris committed Sep 12, 2013
1 parent 229597d commit bf44e5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed stats/module/MOD-INF/lib/commons-math-2.1.jar
Binary file not shown.
Binary file added stats/module/MOD-INF/lib/commons-math3-3.1.1.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions stats/src/com/tribapps/refine/stats/Summarize.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
import com.google.refine.browsing.RowVisitor;
import com.google.refine.util.ParsingUtilities;

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

public class Summarize extends Command {
protected RowVisitor createRowVisitor(Project project, int cellIndex, List<Float> values) throws Exception {
Expand Down

0 comments on commit bf44e5d

Please sign in to comment.