Commit Graph

1183 Commits

Author SHA1 Message Date
Luc Maisonobe 2295b7c2fb improved SOC between AbstractEstimator and its derived classes
(changed fields from protected to private, changed methods to final,
added counter incrementation final method)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627987 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:01:26 +00:00
Luc Maisonobe 5fbdab2e13 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620579 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 19:00:19 +00:00
Niall Pemberton 21e2c2785a Add license-header.txt to source distro assembly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620449 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 10:14:44 +00:00
Phil Steitz c1e5b6bcfc Reordered javadoc links, prepared for 1.2 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620409 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 04:54:55 +00:00
Phil Steitz ba57ea6c80 Preparing for 1.2-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620408 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 04:52:17 +00:00
Phil Steitz f967b359e7 Made numerator and denominator final in Fraction and
deprecated protected real and imaginary parts fields in Complex,
making Fraction immutable and preparing Complex to become fully
immutable in 2.0.
JIRA: MATH-188
Reported and patched by Sebastian Bazley


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620373 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 01:18:39 +00:00
Phil Steitz ce9150e867 Added deprecations summary.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620370 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 01:08:25 +00:00
Phil Steitz 8eba63863c Fixed AbstractIntegerDistribution cumulativeProbablility(-,-)
to correctly handle double arguments.
JIRA: MATH-184
Reported by Yegor Bryukhov


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620368 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 01:04:48 +00:00
Phil Steitz 3c9e28e533 Javadoc. Removed obsolete comment.
JIRA: MATH-187
Reported by Sebastian Bazley


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620330 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 21:10:30 +00:00
Phil Steitz f42a88e25e Improved javadoc for implementation setters / getters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620318 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 20:17:24 +00:00
Phil Steitz d846c5da94 Javadoc only. Added @since tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620312 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 19:28:59 +00:00
Luc Maisonobe f5a644e863 added a line about multivariate summary statistics.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620293 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 16:44:50 +00:00
Luc Maisonobe 7953b0007a removed references to the StatisticalMultivariateSummaryValues class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620290 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 16:28:50 +00:00
Luc Maisonobe 513804d9d4 improved javadoc according to Phil's changes in the implementation class
added the missing getGeometricMean method

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620289 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 16:25:34 +00:00
Luc Maisonobe 9e0d00dc7e removed the StatisticalMultivariateSummaryValues class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620288 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 16:23:59 +00:00
Phil Steitz e671f72818 Fixed typo in header comment.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620229 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 01:04:38 +00:00
Phil Steitz 08fa79c0f5 Edited javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620227 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 00:34:09 +00:00
Phil Steitz f18c6b1aff Added getSumOfLogs method to SummaryStatistics and made
sum of logs instance used by GeometricMean configurable.
JIRA: MATH-191


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620221 13f79535-47bb-0310-9956-ffa450edef68
2008-02-09 23:42:44 +00:00
Phil Steitz 8f10ef7c0e Cleaned up to prepare for 1.2 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620220 13f79535-47bb-0310-9956-ffa450edef68
2008-02-09 23:37:11 +00:00
Phil Steitz 705e88f7a0 Added description for upcoming release, reclassed some changes from update to add.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620219 13f79535-47bb-0310-9956-ffa450edef68
2008-02-09 23:36:36 +00:00
Phil Steitz af845eb471 Dropped references to unreleased RCs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620169 13f79535-47bb-0310-9956-ffa450edef68
2008-02-09 18:22:36 +00:00
Phil Steitz 5af7bd0c31 Updated changes.xml file location.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620155 13f79535-47bb-0310-9956-ffa450edef68
2008-02-09 17:06:24 +00:00
Luc Maisonobe 1c27da8a98 added dimension checks
removed findbugs warnings about internal representation exposition

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620001 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 21:16:38 +00:00
Luc Maisonobe 24763608bf removed remnants of development tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619980 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 19:28:47 +00:00
Luc Maisonobe 1cabcd496c added multivariate summary statistics
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619934 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 16:42:34 +00:00
Luc Maisonobe ac6a598144 added missing @since comments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619928 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 16:19:17 +00:00
Luc Maisonobe ef90ce8956 added a way to compute either sample or population vectorial covariance
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619924 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 16:07:33 +00:00
Luc Maisonobe 7d7ac7cc85 fixed typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619917 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 15:44:11 +00:00
Luc Maisonobe 9c5006b4a2 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619862 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 12:42:05 +00:00
Luc Maisonobe 95aca8ea3a added an angle normalization method to MathUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619861 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 12:36:33 +00:00
Luc Maisonobe d67bb46ed8 added equals and hash methods for double arrays (supporting null) in MathUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619836 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 11:22:35 +00:00
Luc Maisonobe b256ebda96 fixed typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619822 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 10:08:59 +00:00
Luc Maisonobe b2d1f32440 fixed sequence diagram to match example
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619809 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 09:15:20 +00:00
Luc Maisonobe 4a473d93ed make maven1 and maven2 use the same maven2-compliant xdoc layout
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619641 13f79535-47bb-0310-9956-ffa450edef68
2008-02-07 21:17:35 +00:00
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