]> source.dussan.org Git - poi.git/commit
Bugzilla 54356 - Support of statistical function SLOPE
authorYegor Kozlov <yegor@apache.org>
Sat, 19 Jan 2013 18:33:34 +0000 (18:33 +0000)
committerYegor Kozlov <yegor@apache.org>
Sat, 19 Jan 2013 18:33:34 +0000 (18:33 +0000)
commit0476e2d7d88b98b98b9cb82a4ae3e25c2ccfbcc3
tree74a4c90309b42026153183c3c9de7a1d1b6cddc2
parent6ddb26916d890d6b68dd8452ef0a28e869c2ff07
Bugzilla 54356 - Support of statistical function SLOPE

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1435633 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/Intercept.java
src/java/org/apache/poi/ss/formula/functions/LinearRegressionFunction.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/Slope.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestSlope.java [new file with mode: 0644]