Commit Graph

1192 Commits

Author SHA1 Message Date
Luc Maisonobe 7b7f9388eb fixed a javadoc link that used the wrong method name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628352 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 16:39:03 +00:00
Luc Maisonobe b660e38549 fixed wrong javadoc links
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628350 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 16:31:03 +00:00
Luc Maisonobe 195b08aa92 minor javadoc changes (ith -> i<sup>th</sup>, removed extra curly brace)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628349 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 16:30:35 +00:00
Luc Maisonobe e08fbb00c3 removed javadoc links to the addValue method which does not belong to the interface
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628348 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 16:29:40 +00:00
Luc Maisonobe 651cae8991 fixed functions names (minimizes -> minimize)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628000 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:31:48 +00:00
Luc Maisonobe 7f5355a3ea improved consistency between Vector3D and RealMatrix API (multiply -> scalarMultiply)
improved javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627998 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:24:50 +00:00
Luc Maisonobe 79325e1f4e fixed exception messages arguments types
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627994 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:16:05 +00:00
Luc Maisonobe b09bdfb66e improved javadoc (null norm => zero norm)
improved exception consistency
(ArithmeticException => IllegalArgumentException for zero norm argument vectors)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627993 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:13:39 +00:00
Luc Maisonobe 2b4c87babc changed ArrayListe to List
made fields final

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627989 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:04:02 +00:00
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