Commit Graph

1149 Commits

Author SHA1 Message Date
Luc Maisonobe 225e5c703c completely rewrote estimation package documentation
with downloadable example and explanation diagrams

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618726 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 18:09:06 +00:00
Luc Maisonobe 1d7fd3318b fixed svn properties
JIRA: MATH-190

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618423 13f79535-47bb-0310-9956-ffa450edef68
2008-02-04 20:29:08 +00:00
Luc Maisonobe f02058c10d fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618202 13f79535-47bb-0310-9956-ffa450edef68
2008-02-04 08:44:36 +00:00
Luc Maisonobe 93ef63e1b3 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618201 13f79535-47bb-0310-9956-ffa450edef68
2008-02-04 08:43:53 +00:00
Sebastian Bazley eb260da89f Ignore Findbugs preferences file
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618137 13f79535-47bb-0310-9956-ffa450edef68
2008-02-04 00:58:24 +00:00
Luc Maisonobe a0c17a75ef really fixed the equals/hashcode issue
JIRA: MATH-186

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618117 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 22:55:37 +00:00
Phil Steitz 61fabe8b9f Added OneWayAnova methods to TestUtils and updated User Guide
to cover One-way Anova tests.
JIRA: MATH-173


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618114 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 22:48:38 +00:00
Luc Maisonobe 821bca564f changing the order of data to be less sensitive to numerical problems on different JVM
JIRA: MATH-186

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618113 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 22:43:53 +00:00
Luc Maisonobe 7258df6db3 moved synchronized setters/getters from SummaryStatistics to SynchronizedSummaryStatistics
JIRA: MATH-183

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618097 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 21:39:08 +00:00
Luc Maisonobe 67e1e4b48e updated junit version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618067 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 19:31:03 +00:00
Luc Maisonobe 3a6575922a removed warnings about unused variables
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618065 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 19:29:04 +00:00
Phil Steitz aeb5d7f5f1 Updated build instructions.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618061 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 19:11:06 +00:00
Luc Maisonobe fc4b86252e added a missing synchronized bloc
JIRA: MATH-183

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618057 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 18:58:54 +00:00
Phil Steitz 5c090bf605 Javadoc only. Added missing </p>'s
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617953 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 05:54:00 +00:00
Luc Maisonobe 654a4018c4 make sure immutable PointCostPair internal representation is not accessible
JIRA: MATH-183

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617855 13f79535-47bb-0310-9956-ffa450edef68
2008-02-02 18:17:19 +00:00
Luc Maisonobe 4bfee0420d changed an internal class to static as suggested by findbugs
JIRA: MATH-183

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617853 13f79535-47bb-0310-9956-ffa450edef68
2008-02-02 18:07:50 +00:00
Luc Maisonobe 0152e67e9e throw EOFException when using empty files with ValueServer in replay and digest modes
JIRA: MATH-185

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617850 13f79535-47bb-0310-9956-ffa450edef68
2008-02-02 18:01:29 +00:00
Luc Maisonobe 812b7db174 added comments in the code to explain use of real number equality tests
JIRA: MATH-183

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617826 13f79535-47bb-0310-9956-ffa450edef68
2008-02-02 16:39:18 +00:00
Niall Pemberton 1c6411cdee Update m2 build:
- add findbugs-exclude-filter.xml to source distro
 - exclude Cobertura javascript files with license issues
 - remove NOTICE/LICENSE file resources (already in commons-parent pom)
 - update copyright year in NOTICE file to 2008

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617741 13f79535-47bb-0310-9956-ffa450edef68
2008-02-02 02:10:35 +00:00
Niall Pemberton aa3cfee09b MATH-180 - Add support for OSGi to the m2 build
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617551 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 16:31:43 +00:00
Luc Maisonobe adb783976a fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617489 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 12:51:46 +00:00
Luc Maisonobe 9fec47b79b added checks for integer overflows during double to Fraction conversion
JIRA: MATH-182

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617482 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 12:02:12 +00:00
Luc Maisonobe 630d9afa3c still javadoc ...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617418 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 09:47:34 +00:00
Luc Maisonobe 70118be7ee announced fix for MATH-181
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617415 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 09:46:59 +00:00
Luc Maisonobe e9c302ba77 fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617411 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 09:43:22 +00:00
Luc Maisonobe ef1d23ecc2 replaced maxDenominatorDigit by maxDenominator in constructor
it is more straightforward and avoid an exception
JIRA: MATH-181

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617407 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 09:39:14 +00:00
Luc Maisonobe c000595d82 removing unneeded call to reduce()
(convergents are already reduced by construction)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617399 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 09:34:13 +00:00
Luc Maisonobe 20cc568180 fixed an array type error
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@615975 13f79535-47bb-0310-9956-ffa450edef68
2008-01-28 18:19:13 +00:00
Luc Maisonobe 25bda2581a added new constructors for Fractions
JIRA: MATH-181

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@615856 13f79535-47bb-0310-9956-ffa450edef68
2008-01-28 11:57:55 +00:00
Phil Steitz 87cbe1675e Javadoc only. Added missing </p>'s
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@615734 13f79535-47bb-0310-9956-ffa450edef68
2008-01-28 06:10:03 +00:00
Phil Steitz 6956f544e6 Removed JDK 1.5-dependent code.
JIRA: MATH-173


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@615555 13f79535-47bb-0310-9956-ffa450edef68
2008-01-27 04:22:10 +00:00
Phil Steitz 41eb3cb7b7 Added one-way ANOVA implementation.
JIRA: MATH-173
Contributed by Bob MacCallum.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@615531 13f79535-47bb-0310-9956-ffa450edef68
2008-01-26 22:42:43 +00:00
Luc Maisonobe 39c77b17fd add change notice
JIRA: MATH-179

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@614321 13f79535-47bb-0310-9956-ffa450edef68
2008-01-22 21:02:53 +00:00
Luc Maisonobe 09e2f3940c added Niall's patch for improved double constructor test
added test for construction failure (golden-ratio)
JIRA: MATH-179

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@614320 13f79535-47bb-0310-9956-ffa450edef68
2008-01-22 20:58:20 +00:00
Luc Maisonobe db70272e68 removed duplicated "The"
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613877 13f79535-47bb-0310-9956-ffa450edef68
2008-01-21 13:11:24 +00:00
Phil Steitz ab33051cba Fixed section title.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613781 13f79535-47bb-0310-9956-ffa450edef68
2008-01-21 06:56:10 +00:00
Luc Maisonobe a6a8cd68ab added missing javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613677 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 21:08:35 +00:00
Phil Steitz 36bf638c50 Made title a little less ambitious than s/Jakarta// left it.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613649 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 18:52:22 +00:00
Luc Maisonobe 8247ce625c fixed missing javadoc tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613637 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 18:04:48 +00:00
Luc Maisonobe f1f1c1c979 added missing package file
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613634 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 17:34:17 +00:00
Luc Maisonobe 81e5bb6166 changed public fields to private and added accessors
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613633 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 17:30:18 +00:00
Luc Maisonobe c645488d32 set up svn:keywords property
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613620 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 17:10:11 +00:00
Luc Maisonobe d18ba52734 added missing package file
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613610 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 17:02:33 +00:00
Luc Maisonobe 90c94c81ec fixed a parameter name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613605 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 16:49:26 +00:00
Luc Maisonobe 8dd8ece63c added missing @exception tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613604 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 16:47:22 +00:00
Luc Maisonobe 28e9474e06 replaced tab characters
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613603 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 16:39:28 +00:00
Luc Maisonobe 540babda6c wrap lines *after* operator, to keep checkstyle happy
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613600 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 16:35:54 +00:00
Luc Maisonobe ab1f56eacb fixed array type from String[] to Object[] according to base class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613587 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 16:06:50 +00:00
Luc Maisonobe 4ed5ea3874 fixed an exception type in javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613577 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 15:52:12 +00:00
Luc Maisonobe 90400c773c fixed keywords used in @version tags to match checkstyle-enforced rule
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613570 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 15:03:24 +00:00